Apply IndentationWidth rubocop rule
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ class Migrations::Reports
|
||||
stats: poll.read_attribute(:stats_enabled),
|
||||
advanced_stats: poll.read_attribute(:stats_enabled),
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user