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:
parent
cf7a9f6674
commit
8b7dd0cdfa
|
@ -58,7 +58,7 @@ namespace RPG_Maker_LDB_Printer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int GetInt()
|
public static int GetInt()
|
||||||
{
|
{
|
||||||
return Convert7BitHex(0);
|
return Convert7BitHex(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue