1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Fixed rubocop offense

This commit is contained in:
Dennis Günnewig 2014-09-09 09:02:50 +02:00
parent 313a2398d4
commit b78515ce91

View file

@ -182,7 +182,7 @@ module Middleman::CoreExtensions
rescue ::EOFError
rescue ::IOError
rescue ::Errno::ENOENT
""
''
end
begin