Enable the Layout/EmptyLinesAroundClassBody cop

This commit is contained in:
gregoirenovel 2017-06-12 16:01:04 +02:00
parent f1907f4d0e
commit 24e7537c49
52 changed files with 1 additions and 69 deletions

View file

@ -1,7 +1,6 @@
module Carto
module GeoAPI
class Driver
def self.regions
call regions_url
end
@ -29,7 +28,6 @@ module Carto
rescue RestClient::ServiceUnavailable
nil
end
end
end
end