Skip to content

Commit

Permalink
Tabbing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaker committed Sep 8, 2014
1 parent d28f3a9 commit 14a6dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest_framework_ember/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

def get_resource_name(view):
"""
Return the name of a resource
"""
Return the name of a resource
"""
try:
# is the resource name set directly on the view?
resource_name = getattr(view, 'resource_name')
Expand Down

0 comments on commit 14a6dc4

Please sign in to comment.