]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/008_remove_segments.rb
Fix rubocop warnings
[rails.git] / db / migrate / 008_remove_segments.rb
index 241a144b0f13c4b3f5da798192be50f87f625663..2ccb0a2babd07d54623a2e0291f7910bfee110ed 100644 (file)
@@ -15,7 +15,7 @@ class RemoveSegments < ActiveRecord::Migration
       end
 
       conn_opts = ActiveRecord::Base.connection
-                  .instance_eval { @connection_options }
+                                    .instance_eval { @connection_options }
       args = conn_opts.map(&:to_s) + [prefix]
       fail "#{cmd} failed" unless system cmd, *args