Fix rubocop offenses

parent cff70753
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170206203234) do ActiveRecord::Schema.define(version: 20170206203234) do
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"
...@@ -22,5 +21,4 @@ ActiveRecord::Schema.define(version: 20170206203234) do ...@@ -22,5 +21,4 @@ ActiveRecord::Schema.define(version: 20170206203234) do
t.datetime "last_repository_successful_sync_at" t.datetime "last_repository_successful_sync_at"
t.datetime "created_at", null: false t.datetime "created_at", null: false
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment