Autofix Rubocop spacing in config (#25022)

This commit is contained in:
Nick Schonning
2023-05-22 07:17:56 -04:00
committed by GitHub
parent 19f9098551
commit c0b9664a31
5 changed files with 7 additions and 40 deletions

View File

@ -1,3 +1,3 @@
if ENV['FFMPEG_BINARY'].present?
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
FFMPEG.ffmpeg_binary = ENV['FFMPEG_BINARY']
end