Skip to content

Commit 0c6ff9f

Browse files
committed
Add missing comma
1 parent 0325545 commit 0c6ff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyflowlauncher/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def create_result(
8181
"Glyph": glyph,
8282
"CopyText": copy_text,
8383
"AutoCompleteText": auto_complete_text,
84-
"RoundedIcon": rounded_icon
84+
"RoundedIcon": rounded_icon,
8585
"Preview": preview,
8686
"TitleHighlightData": title_highlight_data
8787
}

0 commit comments

Comments
 (0)