Skip to content

Commit 6bd87db

Browse files
author
James Evans
committed
cleaned up spacing.
1 parent 3377467 commit 6bd87db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def apply_callback(data):
131131
# Restore the unit data
132132
axes.xaxis.converter = xconverter
133133
axes.yaxis.converter = yconverter
134-
axes.xaxis.set_units( xunits )
135-
axes.yaxis.set_units( yunits )
134+
axes.xaxis.set_units(xunits)
135+
axes.yaxis.set_units(yunits)
136136
axes.xaxis._update_axisinfo()
137137
axes.yaxis._update_axisinfo()
138138

0 commit comments

Comments
 (0)