Skip to content

Commit

Permalink
more indent fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Dec 2, 2018
1 parent 4268ce2 commit 48b50fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions octoprint_signalnotifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def get_settings_defaults(self):
)
)

def get_settings_restricted_paths(self):
return dict(admin=[["path"], ["sender"], ["recipient"]],
user=[["message_format", "body"]],
never=[])
def get_settings_restricted_paths(self):
return dict(admin=[["path"], ["sender"], ["recipient"]],
user=[["message_format", "body"]],
never=[])

def get_settings_version(self):
return 1
Expand Down

0 comments on commit 48b50fd

Please sign in to comment.