Skip to content

Commit 66708fc

Browse files
committed
style(workshops): normalize params.expect indentation
1 parent ac4248d commit 66708fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

app/controllers/admin/workshops_controller.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ def changes
118118

119119
def workshop_params
120120
params.expect(workshop: [
121-
:local_date, :local_time, :local_end_time, :chapter_id,
122-
:invitable, :seats, :virtual, :slack_channel, :slack_channel_link,
123-
:rsvp_open_local_date, :rsvp_open_local_time, :description,
124-
:coach_spaces, :student_spaces,
125-
{ sponsor_ids: [] }
126-
])
121+
:local_date, :local_time, :local_end_time, :chapter_id,
122+
:invitable, :seats, :virtual, :slack_channel, :slack_channel_link,
123+
:rsvp_open_local_date, :rsvp_open_local_time, :description,
124+
:coach_spaces, :student_spaces,
125+
{ sponsor_ids: [] }
126+
])
127127
end
128128

129129
def chapter_id

0 commit comments

Comments
 (0)