Skip to content

Commit db846a1

Browse files
committed
fix indentation
1 parent 0c5480d commit db846a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def show(cls, block=None, warn=True):
196196
"so cannot show the figure")
197197
return
198198
if cls.mainloop is None:
199-
return
199+
return
200200
if block is None:
201201
# Hack: Are we in IPython's pylab mode?
202202
from matplotlib import pyplot

0 commit comments

Comments
 (0)