style: format code with dotnet-format

This commit fixes the style issues introduced in 53f4b37 according to the output
from dotnet-format.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-06-29 18:37:53 +00:00 committed by GitHub
parent 53f4b37bcb
commit 0349d266fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ namespace RPG_Maker_LDB_Printer
Data.GetInt(); Data.GetInt();
OpenIndent(); OpenIndent();
bool stop = false; bool stop = false;
while ( stop == false) while (stop == false)
{ {
ContinueIndent(); ContinueIndent();
int data = Data.GetInt(); int data = Data.GetInt();
@ -175,7 +175,7 @@ namespace RPG_Maker_LDB_Printer
Data.GetInt(); Data.GetInt();
OpenIndent(); OpenIndent();
bool frameStop = false; bool frameStop = false;
while(frameStop == false) while (frameStop == false)
{ {
ContinueIndent(); ContinueIndent();
int frameData = Data.GetInt(); int frameData = Data.GetInt();