Skip to content

Commit 8aadf1d

Browse files
author
linton
committed
Adjusted formatting
1 parent b6b0b58 commit 8aadf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

json-path/src/main/java/com/jayway/jsonpath/JsonPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class JsonPath {
104104

105105
public JsonPath(String jsonPath, Filter[] filters) {
106106
if (jsonPath == null ||
107-
jsonPath.trim().length()==0 ||
107+
jsonPath.trim().length() == 0 ||
108108
jsonPath.matches("[^\\?\\+\\=\\-\\*\\/\\!]\\(")) {
109109

110110
throw new InvalidPathException("Invalid path");

0 commit comments

Comments
 (0)