Skip to content

Commit

Permalink
fix indents to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e committed Jan 5, 2021
1 parent 43a66f4 commit 12726f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ def feature_node(title)
# used in views/comments/_form.html.erb
def get_large_dropzone_id(location, reply_to)
case location
when :main
'-main'
when :reply
'-reply-' + reply_to.to_s
when :responses
'-responses'
when :main
'-main'
when :reply
'-reply-' + reply_to.to_s
when :responses
'-responses'
end
end

Expand Down

0 comments on commit 12726f4

Please sign in to comment.