Skip to content

Commit 9d86d60

Browse files
committed
Run the code linter
1 parent c282491 commit 9d86d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_imagej/widgets/result_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def __init__(self, result: "jc.SearchResult"):
125125
text = str(result.name())
126126
# Wrap up the icon path in "highlight text"
127127
if "Menu path" in props:
128-
text += f" <span style=\"color:{HIGHLIGHT};\">{props['Menu path']}</span>"
128+
text += f' <span style="color:{HIGHLIGHT};">{props["Menu path"]}</span>'
129129
super().__init__(text)
130130
self.result = result
131131

0 commit comments

Comments
 (0)