Skip to content

Commit

Permalink
Fix Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 10, 2023
1 parent 290d6d9 commit 66b30fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public int size() {
int cnt = 0;

for (int i = 0; i < buckets.length; i++) {
synchronized(locks[i]) {
synchronized (locks[i]) {
cnt += locks[i].size;
}
}
Expand Down

0 comments on commit 66b30fe

Please sign in to comment.