diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs index 7c9213a70..25fe657c1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs @@ -297,7 +297,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search private static string addScoreInDebug(int score) { #if DEBUG - return " ➡️ " + score; + return $" ➡️ {score}"; #else return ""; #endif