Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yu199195 committed Feb 1, 2021
1 parent 0aef114 commit aa3bf17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public class RateLimiterResponse implements Serializable {

@Override
public String toString() {
return "Response{" + "allowed=" + allowed + ", tokensRemaining=" + tokensRemaining + '}';
return "Response{" + "allowed=" + allowed + ", tokensRemaining=" + tokensRemaining + '}';
}
}

0 comments on commit aa3bf17

Please sign in to comment.