mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Cleanup
This commit is contained in:
@ -32,7 +32,7 @@ public class CommandContextTest {
|
||||
CommandContext firstCommand;
|
||||
|
||||
@Before
|
||||
public void setUpTest(){
|
||||
public void setUpTest() {
|
||||
try {
|
||||
firstCommand = new CommandContext(firstCmdString, new HashSet<Character>(Arrays.asList('o', 'w')));
|
||||
} catch (CommandException e) {
|
||||
|
Reference in New Issue
Block a user