Skip to content

Commit

Permalink
newlines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Oct 29, 2023
1 parent 9be5804 commit 27adc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/bat/buildAllDebug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cd ../../
call python RUN_THIS.py
call git submodule update --init --recursive
call dotnet build -c Debug
pause
pause
2 changes: 1 addition & 1 deletion Scripts/bat/buildAllRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cd ../../
call python RUN_THIS.py
call git submodule update --init --recursive
call dotnet build -c Release
pause
pause

0 comments on commit 27adc19

Please sign in to comment.