Skip to content

Commit cc154d5

Browse files
committed
cleanup
1 parent 235d043 commit cc154d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/clojure/data/json.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
(unreadChar [_ _c]
6666
(set! pos (unchecked-dec pos))
6767
nil)
68-
(unreadChars [_ buffer start bufflen]
68+
(unreadChars [_ _buffer _start bufflen]
6969
(set! pos (unchecked-subtract pos bufflen))
7070
nil)
7171
(toReader [_]

0 commit comments

Comments
 (0)