mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use String Interpolation
This commit is contained in:
parent
9bc6a4e072
commit
3cecf5b302
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue