mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
Fix whitespace
This commit is contained in:
parent
eb7ef63e35
commit
a725db153a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from file_addresses import DmaFile, parse_file_addresses, get_z_name_for_overlay
|
|||
|
||||
def load_file_splits(
|
||||
context: spimdisasm.common.Context,
|
||||
config_dir:Path,
|
||||
config_dir: Path,
|
||||
dma_file: DmaFile,
|
||||
f: BinaryIO,
|
||||
) -> spimdisasm.mips.FileSplits:
|
||||
|
|
Loading…
Reference in a new issue