Browse Source

Update Code/Tools/ProjectManager/Source/ProjectBuilderWorker.cpp

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 1 year ago
parent
commit
78f820df9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Code/Tools/ProjectManager/Source/ProjectBuilderWorker.cpp

+ 1 - 1
Code/Tools/ProjectManager/Source/ProjectBuilderWorker.cpp

@@ -147,7 +147,7 @@ namespace O3DE::ProjectManager
 
             // Show last line of output if any
             auto configOutputLines = configOutput.split('\n', Qt::SkipEmptyParts);
-            if (configOutputLines.length()>0)
+            if (configOutputLines.length() > 0)
             {
                 UpdateProgress(configOutputLines.last());
             }