Skip to content

Commit

Permalink
fix weird spacing @_@
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Sep 26, 2024
1 parent 383bf5e commit 1d1684d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public CommandManager(final ItsMyConfig plugin) {
ModifiablePlaceholder.class,
annotation -> (input, context) ->
plugin.getPlaceholderManager().getPlaceholdersMap().keySet().stream().filter(name -> {
final Placeholder data = plugin.getPlaceholderManager().get(name);
return data.getConfigurationSection().contains("value");
}).collect(Collectors.toSet())
final Placeholder data = plugin.getPlaceholderManager().get(name);
return data.getConfigurationSection().contains("value");
}).collect(Collectors.toSet())
);

builder.addProvider(PlayerSelector.class, (input, context) -> {
Expand Down

0 comments on commit 1d1684d

Please sign in to comment.