8000 STY: remove trailing whitespace · matplotlib/matplotlib@9a7c15f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a7c15f

Browse files
committed
STY: remove trailing whitespace
1 parent bda1700 commit 9a7c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ def _num_to_string(self, x, vmin, vmax):
950950
else:
951951
s = self.pprint_val(x, vmax - vmin)
952952
return s
953-
953+
954954
def __call__(self, x, pos=None):
955955
"""
956956
Return the format for tick val `x`.

0 commit comments

Comments
 (0)
0