Skip to content

Commit

Permalink
chore: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 10, 2024
1 parent 7e18c5e commit 15519d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/fi/sundae/bot/tournament/Matchmaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ public HashMap<Region, List<String>> getUsernames() {
region = regions.nextElement();
}
List<String> usernames =
REGISTERED_USERS.get(region).stream()
.map(User::getName)
.collect(Collectors.toCollection(ArrayList::new));
REGISTERED_USERS.get(region).stream()
.map(User::getName)
.collect(Collectors.toCollection(ArrayList::new));
userNamesInRegions.put(region, usernames);

return userNamesInRegions;
Expand Down

0 comments on commit 15519d4

Please sign in to comment.