Skip to content

Commit f3661f3

Browse files
committed
Remove whitespace
1 parent ab0d32f commit f3661f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def prepare_data(d, init):
104104
key=lambda short_and_name: short_and_name[1]))
105105

106106
sorted_labels_and_curves = sorted(labeled_lines, key=cmp_key)
107-
108107
for label, line in sorted_labels_and_curves:
109108
color = mcolors.to_hex(
110109
mcolors.to_rgba(line.get_color(), line.get_alpha()),

0 commit comments

Comments
 (0)