Skip to content

Commit

Permalink
Lint - trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Jain authored Jan 24, 2024
1 parent 5ac880c commit 3ac0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/domain/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
domain_settings = [
url(r'^$', DefaultProjectSettingsView.as_view(), name=DefaultProjectSettingsView.urlname),
url(r'^my_settings/$', EditMyProjectSettingsView.as_view(), name=EditMyProjectSettingsView.urlname),
url(r'^basic/$',
url(r'^basic/$',
waf_allow('XSS_BODY')(EditBasicProjectInfoView.as_view()), name=EditBasicProjectInfoView.urlname),
url(r'^call_center_owner_options/', CallCenterOwnerOptionsView.as_view(),
name=CallCenterOwnerOptionsView.url_name),
Expand Down

0 comments on commit 3ac0473

Please sign in to comment.