File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -72,16 +72,16 @@ def create_result(
72
72
title_highlight_data : Optional [List [int ]] = None
73
73
) -> Result :
74
74
return {
75
- Title : title ,
76
- SubTitle : sub_title ,
77
- IcoPath : ico_path ,
78
- Score : score ,
79
- JsonRPCAction : jsonrpc_action ,
80
- ContextData : context_data ,
81
- Glyph : glyph ,
82
- CopyText : copy_text ,
83
- AutoCompleteText : auto_complete_text ,
84
- RoundedIcon : rounded_icon
85
- Preview : preview ,
86
- TitleHighlightData : title_highlight_data
75
+ Title = title ,
76
+ SubTitle = sub_title ,
77
+ IcoPath = ico_path ,
78
+ Score = score ,
79
+ JsonRPCAction = jsonrpc_action ,
80
+ ContextData = context_data ,
81
+ Glyph = glyph ,
82
+ CopyText = copy_text ,
83
+ AutoCompleteText = auto_complete_text ,
84
+ RoundedIcon = rounded_icon
85
+ Preview = preview ,
86
+ TitleHighlightData = title_highlight_data
87
87
}
You can’t perform that action at this time.
0 commit comments