Skip to content

Commit

Permalink
Fix double blank lines in generated production.rb
Browse files Browse the repository at this point in the history
The change in 2b1fa89 left a blank line
above the skip_active_record check, while previously the check was
immediately after the previous line.
  • Loading branch information
skipkayhil committed Feb 3, 2023
1 parent 73255ba commit 8ea5de0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Rails.application.configure do

# Don't log any deprecations.
config.active_support.report_deprecations = false

<%- unless options.skip_active_record? -%>

# Do not dump schema after migrations.
Expand Down

0 comments on commit 8ea5de0

Please sign in to comment.