Skip to content

Commit f47af04

Browse files
committed
remove trailing whitespace
1 parent 0e0a992 commit f47af04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def ffmpeg(dst, frame_path, framerate=24, codec='mpeg4'):
704704

705705
# make the movie
706706
cmd = ['ffmpeg', '-i', frame_fmt, '-r', str(framerate)]
707-
if codec is None:
707+
if codec is None:
708708
cmd += ['-c', codec]
709709
cmd += [dst]
710710
logger.info("Running FFmpeg with command: %s", ' '.join(cmd))

0 commit comments

Comments
 (0)