Skip to content

Commit 1a78401

Browse files
committed
Much nicer formating of long names for label creation
1 parent 277afa4 commit 1a78401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

collection/shared/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def find_horizontal_scale_label_breakpoint(
111111
if break_index_second < len(second_line):
112112
continue
113113

114-
return horizontal_scale, break_index_first, break_index_second
114+
return horizontal_scale, break_index_first, break_index_second
115115

116116
def create_n0jtt_zebra_label(queryset, now):
117117
"""

0 commit comments

Comments
 (0)