Skip to content

Commit

Permalink
Fix Style/ExtraSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Koronen committed Jan 24, 2016
1 parent 4543ded commit fb49453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment.
Style/ExtraSpacing:
Exclude:
- 'app/commands/stories/mark_feed_as_read.rb'

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Expand Down
2 changes: 1 addition & 1 deletion app/commands/stories/mark_feed_as_read.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class MarkFeedAsRead
def initialize(feed_id, timestamp, repository = StoryRepository)
@feed_id = feed_id.to_i
@feed_id = feed_id.to_i
@repo = repository
@timestamp = timestamp
end
Expand Down

0 comments on commit fb49453

Please sign in to comment.