Skip to content

Commit 88e299b

Browse files
committed
Fix whitespace
1 parent f83fbc9 commit 88e299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_macosx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ class TimerMac(_macosx.Timer, TimerBase):
268268
'''
269269
# completely implemented at the C-level (in _macosx.Timer)
270270

271+
271272
class FigureCanvasMac(_macosx.FigureCanvas, FigureCanvasBase):
272273
"""
273274
The canvas the figure renders into. Calls the draw and print fig
@@ -351,7 +352,6 @@ def new_timer(self, *args, **kwargs):
351352
"""
352353
return TimerMac(*args, **kwargs)
353354

354-
355355
FigureCanvas = FigureCanvasMac
356356

357357
class FigureManagerMac(_macosx.FigureManager, FigureManagerBase):

0 commit comments

Comments
 (0)