Skip to content

Commit

Permalink
Really, rubocop?
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Jul 18, 2018
1 parent 3348cb7 commit 9213e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Expand Up @@ -201,7 +201,7 @@ def flag(flag_type, post, dry_run = false)
else
return false, 'Flag options not present'
end
# rubocop:enable Style/GuardClause
# rubocop:enable Style/GuardClause
rescue
return false, 'Flag options not present'
end
Expand Down

0 comments on commit 9213e1a

Please sign in to comment.