Skip to content

Commit

Permalink
Remove indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
macrocosme committed Oct 1, 2018
1 parent 0bf9f72 commit 53b5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vispy/visuals/colorbar.py
Expand Up @@ -604,7 +604,7 @@ def label(self, label):
self._label.text = label
else:
self._label = label
self._update()
self._update()

@property
def ticks(self):
Expand Down

0 comments on commit 53b5114

Please sign in to comment.