Skip to content

Commit

Permalink
Suggested formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jun 25, 2024
1 parent 09cb6e1 commit 4575f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ public class QueryParameters {
* Used to specify model or DB fields that must be treated as strict (cannot be skipped if normalization fails)
*/
public static final String STRICT_FIELDS = "strict.fields";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ public void testNegativeFilterRegexV2() throws Exception {

runTestQuery(expected, queryString, format.parse("20091231"), format.parse("20150101"), extraParameters);
}
}
}

0 comments on commit 4575f22

Please sign in to comment.