Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangyKiwi committed Dec 31, 2022
1 parent 898e490 commit 1123f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
search.blocks.clear();
addMessage("Cleared all blocks from Search");
return SINGLE_SUCCESS;
}))
}));
}
}

0 comments on commit 1123f8b

Please sign in to comment.