Apply IndentationWidth rubocop rule

This commit is contained in:
Javi Martín
2019-06-18 02:29:00 +02:00
parent b5b07bccd3
commit e252d82cdb
21 changed files with 119 additions and 119 deletions

View File

@@ -28,9 +28,9 @@ class LocalCensus
end
def district_code
@body.district_code
@body.district_code
rescue
nil
nil
end
def gender
@@ -45,9 +45,9 @@ class LocalCensus
end
def name
"#{@body.nombre} #{@body.apellido1}"
"#{@body.nombre} #{@body.apellido1}"
rescue
nil
nil
end
private

View File

@@ -15,7 +15,7 @@ class Migrations::Reports
stats: poll.read_attribute(:stats_enabled),
advanced_stats: poll.read_attribute(:stats_enabled),
)
end
end
end