Skip to content

Commit 894e7b4

Browse files
oakmaccburgmer
authored andcommitted
minor - formatting
1 parent bb0551b commit 894e7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/json_path/test/json_path_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{:hello "world"})
4848
:value) => "world"
4949
(-> (query "$.hello/world"
50-
{:hello/world "foo"})
50+
{:hello/world "foo"})
5151
:value) => "foo"
5252
(-> (query "$.hello/world.world/name"
5353
{:hello/world {:world/name "earth"}})

0 commit comments

Comments
 (0)