Skip to content

Commit 14a6dc4

Browse files
committed
Tabbing fix
1 parent d28f3a9 commit 14a6dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework_ember/utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
def get_resource_name(view):
66
"""
7-
Return the name of a resource
8-
"""
7+
Return the name of a resource
8+
"""
99
try:
1010
# is the resource name set directly on the view?
1111
resource_name = getattr(view, 'resource_name')

0 commit comments

Comments
 (0)