Formatting

This commit is contained in:
Thorsten Sommer 2025-05-29 15:27:22 +02:00
parent 4514c2359e
commit 70d0b2847b
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -181,8 +181,7 @@ public static partial class Pandoc
return; return;
} }
await MessageBus.INSTANCE.SendSuccess(new(Icons.Material.Filled.CheckCircle, await MessageBus.INSTANCE.SendSuccess(new(Icons.Material.Filled.CheckCircle, $"Pandoc {await FetchLatestVersionAsync()} was installed successfully."));
$"Pandoc {await FetchLatestVersionAsync()} was installed successfully."));
} }
catch (Exception ex) catch (Exception ex)
{ {