]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/040_create_oauth_tables.rb
Fix most auto-correctable rubocop issues
[rails.git] / db / migrate / 040_create_oauth_tables.rb
index d1095f8344b2cfbbcdc3a1f404d502b9a98a944d..4b372536535efef4cc7a2af39b712783d65b0327 100644 (file)
@@ -32,7 +32,6 @@ class CreateOauthTables < ActiveRecord::Migration
       t.timestamps
     end
     add_index :oauth_nonces, [:nonce, :timestamp], :unique => true
-
   end
 
   def self.down
@@ -40,5 +39,4 @@ class CreateOauthTables < ActiveRecord::Migration
     drop_table :oauth_tokens
     drop_table :oauth_nonces
   end
-
 end