Skip to content

Commit 93d26b5

Browse files
committed
style(rootfs/api): merge lines.
merge lines to single line
1 parent ef5712a commit 93d26b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/api/urls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
# application services
5454
url(r"^apps/(?P<id>{})/services/?$".format(settings.APP_URL_REGEX),
5555
views.ServiceViewSet.as_view({'post': 'create_or_update',
56-
'get': 'list',
57-
'delete': 'delete'})),
56+
'get': 'list', 'delete': 'delete'})),
5857
# application actions
5958
url(r"^apps/(?P<id>{})/scale/?$".format(settings.APP_URL_REGEX),
6059
views.AppViewSet.as_view({'post': 'scale'})),

0 commit comments

Comments
 (0)