Skip to content

Commit a33d40f

Browse files
author
Vance Palacio
committed
Add end of file newline >_<
1 parent 0865450 commit a33d40f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

textbeat/player.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,4 +1982,5 @@ def adjustOperands(val: str, op:str) -> tuple[str,str]:
19821982
if var=='T':
19831983
self.write_midi_tempo(int(val.split('x')[0]))
19841984
self.row += 1
1985-
return LoopResult.CONTINUE
1985+
return LoopResult.CONTINUE
1986+

0 commit comments

Comments
 (0)