From 61b49246112ea99c6413b63ad407d2c511875daf Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 7 Aug 2024 09:27:27 -0700 Subject: [PATCH] chore: formatting --- Source/EcsactEditor/Private/EcsactEditor.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/EcsactEditor/Private/EcsactEditor.cpp b/Source/EcsactEditor/Private/EcsactEditor.cpp index 2444c68..d33ea8b 100644 --- a/Source/EcsactEditor/Private/EcsactEditor.cpp +++ b/Source/EcsactEditor/Private/EcsactEditor.cpp @@ -212,10 +212,11 @@ auto FEcsactEditorModule::RunCodegen() -> void { auto FEcsactEditorModule::RunBuild() -> void { const auto* settings = GetDefault(); - auto ecsact_runtime_path = FPaths::Combine( - FPaths::ProjectDir(), - TEXT("Binaries/Win64/EcsactRuntime.dll") - ); + + auto ecsact_runtime_path = FPaths::Combine( + FPaths::ProjectDir(), + TEXT("Binaries/Win64/EcsactRuntime.dll") + ); auto temp_dir = FPaths::CreateTempFilename(TEXT("EcsactBuild")); auto ecsact_files = GetAllEcsactFiles();