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

@@ -10,8 +10,8 @@
VisualStudioCodeEditor::VisualStudioCodeEditor(const String& execPath, const bool isInsiders)
: _execPath(execPath)
, _isInsiders(isInsiders)
, _workspacePath(Globals::ProjectFolder / Editor::Project->Name + TEXT(".code-workspace"))
, _isInsiders(isInsiders)
{
}