Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bb2d5c

Browse filesBrowse files
Duncan MackinderDuncan Mackinder
authored andcommitted
remove unintended indenting change
1 parent 6682709 commit 3bb2d5c
Copy full SHA for 3bb2d5c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/main/java/org/skyscreamer/jsonassert/Customization.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.