Skip to content

Commit 4f3422f

Browse files
committed
fix space
1 parent 62a5b8b commit 4f3422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-path/src/main/java/com/jayway/jsonpath/internal/path/PathCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import static java.util.Arrays.asList;
1919

2020
public class PathCompiler {
21-
21+
2222
private static final char DOC_CONTEXT = '$';
2323
private static final char EVAL_CONTEXT = '@';
2424

0 commit comments

Comments
 (0)