Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a7c15f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)