Skip to content

Commit

Permalink
Fixed whitespace issue to quiet travisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Apr 18, 2020
1 parent b270734 commit 43ea82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class Meta:
class UserProxyAdmin(admin.ModelAdmin):
list_display = ['username', 'first_name', 'last_name']
search_fields = ['email', 'username', 'first_name', 'last_name']


class FlatPageProxyObject(FlatPage):
class Meta:
Expand Down

0 comments on commit 43ea82d

Please sign in to comment.