Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Oct 18, 2023
1 parent 243a3f8 commit 6f5456d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public boolean isTriggered() {

@Restricted(NoExternalUse.class)
public boolean isWarning() {
return size > threshold && size < warningThreshold ;
return size > threshold && size < warningThreshold;
}

/**
Expand Down

0 comments on commit 6f5456d

Please sign in to comment.