style: format code with dotnet-format

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

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-07-27 21:04:50 +00:00 committed by GitHub
parent cf7a9f6674
commit 8b7dd0cdfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace RPG_Maker_LDB_Printer
}
}
public static int GetInt()
public static int GetInt()
{
return Convert7BitHex(0);
}