Skip to content

Commit 5a6362d

Browse files
committed
Formatted code
1 parent 18f52ec commit 5a6362d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jsonpatch_test.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ defmodule JsonpatchTest do
192192
)
193193

194194
assert ^target =
195-
Jsonpatch.apply_patch(
196-
%Jsonpatch.Operation.Remove{path: "/xyz/work"},
197-
target
198-
)
195+
Jsonpatch.apply_patch(
196+
%Jsonpatch.Operation.Remove{path: "/xyz/work"},
197+
target
198+
)
199199
end
200200

201201
test "Apply patch with one invalid path and expect no target change" do

0 commit comments

Comments
 (0)