0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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