Skip to content

Commit

Permalink
Whitespace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed May 4, 2014
1 parent e5464f8 commit 470faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dots
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Configuration(object):
"""Set the list of groups for this configuration"""
# Trim trailing and leading slashes
groups = [x.strip('/') for x in groups]

# Warn for invalid groups
missing_groups = set(groups).difference(self.valid_groups)

Expand Down

0 comments on commit 470faef

Please sign in to comment.