Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 18, 2023
1 parent 87950ec commit 31ab038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void test_slurp() {
" @sw)) \n" +
" (let [json (test-data)] \n" +
" (try-with [rd (io/buffered-reader json)] \n" +
" (pr-str (jsonl/slurp rd :key-fn keyword))))) ";
" (pr-str (jsonl/slurp rd :key-fn keyword))))) ";

assertEquals(
"({:a 100 :b 200} {:a 101 :b 201} {:a 102 :b 202})",
Expand Down

0 comments on commit 31ab038

Please sign in to comment.