Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 30, 2021
1 parent 8a88cb1 commit ac30297
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def set_provider
where(symbol: params[:id]).
first
end

fail ActiveRecord::RecordNotFound if @provider.blank?
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/v3/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ def set_provider
where(symbol: params[:id]).
first
end

fail ActiveRecord::RecordNotFound if @provider.blank?
end

Expand Down

0 comments on commit ac30297

Please sign in to comment.