From 2d8de9b7a5c37cb537bd1af5e1e33b9fb2ec1ab3 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 11 Oct 2022 21:40:25 +1100 Subject: [PATCH] formatting --- Flow.Launcher.Core/Updater.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Core/Updater.cs b/Flow.Launcher.Core/Updater.cs index 976c4eec1..bad0344eb 100644 --- a/Flow.Launcher.Core/Updater.cs +++ b/Flow.Launcher.Core/Updater.cs @@ -141,6 +141,7 @@ namespace Flow.Launcher.Core { var translater = InternationalizationManager.Instance; var tips = string.Format(translater.GetTranslation("newVersionTips"), version); + return tips; }