Skip to content

Commit

Permalink
Bit by the formatting gremlin
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfarris committed Feb 2, 2024
1 parent faceefa commit 894b0fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public SSDeepScoringFunction(SSDeepSimilarityQueryConfiguration config) {
*
* @param query
* the query that has the parameters we want to read.
* @return the minimum score threshold specified in the query parameter, 0 if none is set or the value of the parameter is outside of the bounds 0 >= n >=
* 100.
* @return the minimum score threshold specified in the query parameter, 0 if none is set or the value of the parameter is outside of the bounds 0 >= n
* >= 100.
*/
private int readOptionalMinScoreThreshold(Query query) {
QueryImpl.Parameter minScoreParameter = query.findParameter(MIN_SSDEEP_SCORE_PARAMETER);
Expand Down

0 comments on commit 894b0fa

Please sign in to comment.