Skip to content

Commit

Permalink
fixed whitespaces
Browse files Browse the repository at this point in the history
cleaned formatting
  • Loading branch information
mscanlan-git authored Nov 27, 2023
1 parent 5adc38d commit 759ef48
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions physionet-django/events/migrations/0009_alter_event_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ class Migration(migrations.Migration):
operations = [
migrations.AlterModelOptions(
name='event',
options={'permissions': [('view_all_events', 'Can view all events in the console'),
('invite_event_host', 'Can grant event host status to a user'),
('view_event_menu', 'Can view event menu in the navbar')]},
options={
'permissions': [
('view_all_events', 'Can view all events in the console'),
('invite_event_host', 'Can grant event host status to a user'),
('view_event_menu', 'Can view event menu in the navbar'),
]
},
),
]

0 comments on commit 759ef48

Please sign in to comment.