Skip to content

Commit

Permalink
Merge pull request #5305 from arunagw/warning_fix
Browse files Browse the repository at this point in the history
warning fix : mismatched indentations at 'end' with 'case'
  • Loading branch information
vijaydev committed Mar 7, 2012
2 parents d87ec9d + 3c81045 commit 5e4102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/railties/databases.rake
Expand Up @@ -458,7 +458,7 @@ db_namespace = namespace :db do
db_namespace["test:load_schema"].invoke
when :sql
db_namespace["test:load_structure"].invoke
end
end
end

# desc "Recreate the test database from an existent structure.sql file"
Expand Down

0 comments on commit 5e4102e

Please sign in to comment.