From b68b9220034dd58c21e27a6c6fa91c44e44d0c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9meryc?= Date: Mon, 10 Jul 2023 14:55:18 -0400 Subject: [PATCH] Indent fix --- Editor/src/Windows/FileSystemUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/Windows/FileSystemUI.cpp b/Editor/src/Windows/FileSystemUI.cpp index 6c4f7649..1d7a25af 100644 --- a/Editor/src/Windows/FileSystemUI.cpp +++ b/Editor/src/Windows/FileSystemUI.cpp @@ -262,7 +262,7 @@ namespace Nuake if(!String::IsDigit(fileName[0])) { - FileSystem::BeginWriteFile(path); + FileSystem::BeginWriteFile(path); FileSystem::WriteLine(TEMPLATE_SCRIPT_FIRST + fileName + TEMPLATE_SCRIPT_SECOND); FileSystem::EndWriteFile();