Skip to content

Commit b746b98

Browse files
committed
Refactor: Fixed code style
1 parent 8846d10 commit b746b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
AUDIO_CODEC_NAMES = ['aac', 'mp3']
1818

1919
VIDEO_CODEC_NAMES = ['h264', 'hevc', 'mpeg4', 'vp6', 'vp8']
20-
VIDEO_NOTE_CROP_OFFSET_PARAMS = 'abs(in_w-in_h)/2'
21-
VIDEO_NOTE_CROP_SIZE_PARAMS = 'min(in_w,in_h)'
20+
VIDEO_NOTE_CROP_OFFSET_PARAMS = 'abs(in_w - in_h) / 2'
21+
VIDEO_NOTE_CROP_SIZE_PARAMS = 'min(in_w, in_h)'
2222

2323

2424
class OutputType:

0 commit comments

Comments
 (0)