Skip to content

Commit

Permalink
Fix extra empty line rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
equivalentideas committed May 16, 2017
1 parent c2d0120 commit 650dbd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/wiki_motion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class WikiMotion < ActiveRecord::Base
division.reindex if Settings.elasticsearch
end


# Strip timezone as it's stored in the DB as local time
def edit_date
Time.parse(read_attribute(:edit_date).in_time_zone('UTC').strftime('%F %T'))
Expand Down
1 change: 0 additions & 1 deletion db/migrate/20140616050401_add_devise_to_users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def self.up
# t.string :unlock_token # Only if unlock strategy is :email or :both
# t.datetime :locked_at


# Uncomment below if timestamps were not included in your original model.
# t.timestamps
end
Expand Down

0 comments on commit 650dbd5

Please sign in to comment.