Skip to content

Commit fcf9b6b

Browse files
committed
Fix standardrb lint failure
1 parent cfade58 commit fcf9b6b

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
@@ -92,7 +92,7 @@
9292

9393
get "case_contacts/leave", to: "case_contacts#leave", as: "leave_case_contacts_form"
9494
get "case_contacts/drafts", to: "case_contacts#drafts"
95-
95+
9696
# Feature flag for new case contact table design
9797
get "case_contacts/new_design", to: "case_contacts/case_contacts_new_design#index", constraints: lambda { |request|
9898
Flipper.enabled?(:new_case_contact_table)

0 commit comments

Comments
 (0)