Skip to content

Commit eb8f738

Browse files
authored
changed bracket placements for style consistency
1 parent 09fa1b1 commit eb8f738

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AssistantComputerControl/actionChecker.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,7 @@ public static Actions ExecuteAction(string action, string line, string parameter
471471
}
472472
break;
473473
case "open_any":
474-
if (RequireParameter(parameter))
475-
{
474+
if (RequireParameter(parameter)) {
476475
actionExecution.OpenAny(parameter);
477476
}
478477
break;
@@ -564,4 +563,4 @@ public static Actions ExecuteAction(string action, string line, string parameter
564563
return actionExecution;
565564
}
566565
}
567-
}
566+
}

0 commit comments

Comments
 (0)