Skip to content

Commit

Permalink
Remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Mar 14, 2017
1 parent 9db0468 commit 213c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids/grabbids/bids_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, path, config=None, **kwargs):
if config is None:
root = dirname(realpath(__file__))
config = pathjoin(root, 'config', 'bids.json')
super(BIDSLayout, self).__init__(path, config,
super(BIDSLayout, self).__init__(path, config,
dynamic_getters=True, **kwargs)

def get_metadata(self, path):
Expand Down

0 comments on commit 213c425

Please sign in to comment.