summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas A Caswell <tcaswell@gmail.com>2017-05-10 17:19:01 -0400
committerThomas A Caswell <tcaswell@gmail.com>2017-05-10 17:19:01 -0400
commit9a7c15f3d2b2609fa804a428674e202614eea53a (patch)
tree2c71a95889b2ae4c7a4894ad2b769ab7ac37cdbd
parentbda1700266ec993a27ba062fae132edbb4fea761 (diff)
STY: remove trailing whitespacev2.0.2-doc
-rw-r--r--lib/matplotlib/ticker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matplotlib/ticker.py b/lib/matplotlib/ticker.py
index 34bc85e27..5538f7ba7 100644
--- a/lib/matplotlib/ticker.py
+++ b/lib/matplotlib/ticker.py
@@ -950,7 +950,7 @@ class LogFormatter(Formatter):
else:
s = self.pprint_val(x, vmax - vmin)
return s
-
+
def __call__(self, x, pos=None):
"""
Return the format for tick val `x`.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback