Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
amiedes committed Jan 16, 2020
1 parent ecefb95 commit d57bcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/gobierto_budgets/site_stats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ def population_with_fallback(requested_year)
fallback += 1 if population.nil?

break if population.present? || fallback >= 4
end
end

population
population
end

end
Expand Down

0 comments on commit d57bcaf

Please sign in to comment.