Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 14, 2024
1 parent 844aa71 commit 01a0e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
import cloud.commandframework.brigadier.argument.BrigadierMapping;
import cloud.commandframework.brigadier.argument.BrigadierMappingBuilder;
import cloud.commandframework.brigadier.argument.BrigadierMappings;
import cloud.commandframework.brigadier.parser.WrappedBrigadierParser;
import cloud.commandframework.brigadier.node.LiteralBrigadierNodeFactory;
import cloud.commandframework.brigadier.parser.WrappedBrigadierParser;
import cloud.commandframework.brigadier.suggestion.TooltipSuggestion;
import cloud.commandframework.context.CommandContext;
import cloud.commandframework.setting.Configurable;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* Adventure argument parsers.
*/
package cloud.commandframework.minecraft.extras.parser;

0 comments on commit 01a0e42

Please sign in to comment.