From 675a39cb1556e0057bc11029ac912bc8c8a9fbc7 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:23:43 +0200 Subject: [PATCH] fix: formatting --- src/EchoHub.Client/AppOrchestrator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/EchoHub.Client/AppOrchestrator.cs b/src/EchoHub.Client/AppOrchestrator.cs index a71f7c6..9ac9b5c 100644 --- a/src/EchoHub.Client/AppOrchestrator.cs +++ b/src/EchoHub.Client/AppOrchestrator.cs @@ -1377,7 +1377,8 @@ public sealed class AppOrchestrator : IDisposable if (result.ServerInfo is not null && !string.IsNullOrEmpty(result.ServerInfo.Version) && result.ServerInfo.Version != UpdateChecker.CurrentVersion) { - InvokeUI(() => { + InvokeUI(() => + { var choice = MessageBox.Query(_app, "Version Mismatch", $"Server version {result.ServerInfo.Version} does not match client version {UpdateChecker.CurrentVersion}.\n\n" + "Some features may not work correctly. Consider updating both to the same version.",