From 70d0b2847bd855f8ed6a6f32faf8db049dea38f1 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 29 May 2025 15:27:22 +0200 Subject: [PATCH] Formatting --- app/MindWork AI Studio/Tools/Pandoc.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Tools/Pandoc.cs b/app/MindWork AI Studio/Tools/Pandoc.cs index 033dab88..08903e9e 100644 --- a/app/MindWork AI Studio/Tools/Pandoc.cs +++ b/app/MindWork AI Studio/Tools/Pandoc.cs @@ -181,8 +181,7 @@ public static partial class Pandoc return; } - await MessageBus.INSTANCE.SendSuccess(new(Icons.Material.Filled.CheckCircle, - $"Pandoc {await FetchLatestVersionAsync()} was installed successfully.")); + await MessageBus.INSTANCE.SendSuccess(new(Icons.Material.Filled.CheckCircle, $"Pandoc {await FetchLatestVersionAsync()} was installed successfully.")); } catch (Exception ex) {