Skip to content

Commit

Permalink
Brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Apr 29, 2019
1 parent ac505f0 commit 5c0be80
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -406,8 +406,7 @@ private Component toPlayersComponent(ProfileCache cache) {
}

final TextComponent.Builder builder = TextComponent.builder("");
final Iterator<TextComponent> profiles = profileMap.keySet().stream().sorted().map(name ->
{
final Iterator<TextComponent> profiles = profileMap.keySet().stream().sorted().map(name -> {
final UUID uuid = profileMap.get(name);
final TextComponent component = TextComponent.of(name, TextColor.YELLOW)
.hoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, uuid == null
Expand Down

0 comments on commit 5c0be80

Please sign in to comment.