Skip to content

Commit e473974

Browse files
committed
chore: ruff format
1 parent ce3daf8 commit e473974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityPy/tools/TpkClassGenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
STRINGS = TPKTYPETREE.StringBuffer
1818

1919
BASE_TYPE_MAP = {
20-
"char": "int", # used for byte data
20+
"char": "int", # used for byte data
2121
"short": "int",
2222
"int": "int",
2323
"long long": "int",

0 commit comments

Comments
 (0)