mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-01 23:36:00 +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(
|
def load_file_splits(
|
||||||
context: spimdisasm.common.Context,
|
context: spimdisasm.common.Context,
|
||||||
config_dir:Path,
|
config_dir: Path,
|
||||||
dma_file: DmaFile,
|
dma_file: DmaFile,
|
||||||
f: BinaryIO,
|
f: BinaryIO,
|
||||||
) -> spimdisasm.mips.FileSplits:
|
) -> spimdisasm.mips.FileSplits:
|
||||||
|
|
Loading…
Reference in a new issue