Enable the Layout/SpaceInsideHashLiteralBraces cop

This commit is contained in:
gregoirenovel 2018-01-16 13:34:24 +01:00
parent 02ade68b38
commit b138dcd876
51 changed files with 154 additions and 154 deletions

View file

@ -123,7 +123,7 @@ RSpec.configure do |config|
if Features.remote_storage
VCR.use_cassette("ovh_storage_init") do
CarrierWave.configure do |config|
config.fog_credentials = {provider: 'OpenStack'}
config.fog_credentials = { provider: 'OpenStack' }
end
end
end