Skip to content

Commit 7229999

Browse files
authored
whitespace
1 parent 714012b commit 7229999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Music.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def process_sequences(rom: Rom, ids: Iterable[tuple[str, int]], seq_type: str =
244244
seq_file = None
245245
zbank_file = None
246246
bankmeta_file = None
247-
for f in zip.namelist():
247+
for f in zip.namelist():
248248
if '/' in f: # Only read files in the root of the archive
249249
continue
250250
if f.endswith(".meta"):

0 commit comments

Comments
 (0)