Fix code style

This commit is contained in:
Wojtek Figat
2020-12-28 21:55:45 +01:00
parent 13102254f9
commit 3ed30b81d6
2 changed files with 3 additions and 4 deletions

View File

@@ -71,9 +71,8 @@ namespace FlaxEditor.Modules.SourceCodeEditing
{
switch (Type)
{
case CodeEditorTypes.VSCodeInsiders:
case CodeEditorTypes.VSCode:
return "-vscode";
case CodeEditorTypes.VSCodeInsiders:
case CodeEditorTypes.VSCode: return "-vscode";
default: return null;
}
}