Skip to content

Commit 08c380c

Browse files
Remove trailing whitespace
Appease the Rubocop
1 parent 150e7ca commit 08c380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
resolve "Webhook" do |webhook, options|
223223
route_for :board_webhook, webhook.board, webhook, options
224224
end
225-
225+
226226
# Support for legacy URLs
227227
get "/collections/:collection_id/cards/:id", to: redirect { |params, request| "#{request.script_name}/cards/#{params[:id]}" }
228228
get "/collections/:id", to: redirect { |params, request| "#{request.script_name}/boards/#{params[:id]}" }

0 commit comments

Comments
 (0)