Skip to content

Commit

Permalink
Deleted trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Sep 9, 2017
1 parent 7a72d54 commit ddcb6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _finalize_axis(self, key, element=None, title=None, dimensions=None, ranges=
axis.set_axis_bgcolor(self.bgcolor)
else:
axis.set_facecolor(self.bgcolor)

# Apply title
title = self._format_title(key)
if self.show_title and title is not None:
Expand Down

0 comments on commit ddcb6b3

Please sign in to comment.