Skip to content

Commit

Permalink
Keep rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jul 25, 2024
1 parent f94ecea commit 0b3d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/applications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class ApplicationsController < ApplicationController
extend T::Sig

before_action :check_application_redirect, only: %i[show nearby]
before_action :check_application_redirect, only: %i[show]

sig { void }
def index
Expand Down

0 comments on commit 0b3d1d5

Please sign in to comment.