Skip to content

Commit d888b30

Browse files
Jack251970Copilot
andauthored
Add space for code quality
Co-authored-by: Copilot <[email protected]>
1 parent 64ecd1f commit d888b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/PluginViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private static Control TryCreateSettingPanel(PluginPair pair)
166166
public string QueryTime => PluginPair.Metadata.AvgQueryTime + "ms";
167167
public string Version => Localize.plugin_query_version() + " " + PluginPair.Metadata.Version;
168168
public string InitAndQueryTime =>
169-
Localize.plugin_init_time()+ " " +
169+
Localize.plugin_init_time() + " " +
170170
PluginPair.Metadata.InitTime + "ms, " +
171171
Localize.plugin_query_time()+ " " +
172172
PluginPair.Metadata.AvgQueryTime + "ms";

0 commit comments

Comments
 (0)