Skip to content

Commit

Permalink
Fix compiling
Browse files Browse the repository at this point in the history
"Oh hey it compiles! Let's just add a little \ here," 😿
  • Loading branch information
Morphan1 committed Aug 5, 2015
1 parent 72c2795 commit 414dc40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
}

if (state != null) {
switch (Toggle.valueOf(state.asString().toUpperCase())) {\
switch (Toggle.valueOf(state.asString().toUpperCase())) {

case TRUE:
case ON:
Expand Down

0 comments on commit 414dc40

Please sign in to comment.