Skip to content

Commit 56359fb

Browse files
joerickhenryiii
andauthored
Apply suggestions from code review
Co-authored-by: Henry Schreiner <[email protected]>
1 parent ec878dc commit 56359fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cibuildwheel/options.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,7 @@ def option_summary(
684684
has_been_set = (value_str != default_value_str) or overrides_value_strs
685685
c = log.colors
686686

687-
result = ""
688-
result += c.gray if not has_been_set else ""
687+
result = c.gray if not has_been_set else ""
689688
result += f"{option_name}: "
690689

691690
if overrides_value_strs:

0 commit comments

Comments
 (0)