Skip to content

Commit 3bb2d5c

Browse files
Duncan MackinderDuncan Mackinder
authored andcommitted
remove unintended indenting change
1 parent 6682709 commit 3bb2d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/skyscreamer/jsonassert/Customization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static Customization customization(String path, ValueMatcher<Object> comp
1818
return new Customization(path, comparator);
1919
}
2020

21-
public boolean appliesToPath(String path) {
21+
public boolean appliesToPath(String path) {
2222
return this.path.equals(path);
2323
}
2424

0 commit comments

Comments
 (0)