Skip to content

Commit 491ca35

Browse files
committed
fix: fixture with old field
1 parent d3b5bb5 commit 491ca35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/codes/clj/docs/extractor/fixtures/analysis.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
[{:definition/id "org.clojure/clojure/clojure.pprint/pprint-logical-block/0"
115115
:definition/name "pprint-logical-block"
116116
:definition/library {:library/id "org.clojure/clojure/clojure.pprint"}
117-
:definition/project {:project/id "org.clojure/clojure"}
118117
:definition/group "org.clojure"
119118
:definition/artifact "clojure"
120119
:definition/doc "Execute the body as a pretty printing logical block with output to *out* which \nmust be a pretty printing writer. When used from pprint or cl-format this can be \nassumed. \n\nThis function is intended for use when writing custom dispatch functions.\n\nBefore the body the caller can optionally specify options: :prefix :per-line-prefix \nand :suffix."
@@ -137,7 +136,6 @@
137136
{:definition/id "org.clojure/clojure/clojure.pprint/print-table/0"
138137
:definition/defined-by "clojure.core/defn"
139138
:definition/library {:library/id "org.clojure/clojure/clojure.pprint"}
140-
:definition/project {:project/id "org.clojure/clojure"}
141139
:definition/filename "/src/clj/clojure/pprint/print_table.clj"
142140
:definition/row 11
143141
:definition/added "1.3"

0 commit comments

Comments
 (0)