From 08ef18156f71c334b3376a1fa6906d2652a71fed Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 2 Jun 2025 19:12:41 +0200 Subject: [PATCH] Formatting --- app/MindWork AI Studio/Components/MSGComponentBase.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/MindWork AI Studio/Components/MSGComponentBase.cs b/app/MindWork AI Studio/Components/MSGComponentBase.cs index c4be2310..3e1462a1 100644 --- a/app/MindWork AI Studio/Components/MSGComponentBase.cs +++ b/app/MindWork AI Studio/Components/MSGComponentBase.cs @@ -49,11 +49,11 @@ public abstract class MSGComponentBase : ComponentBase, IDisposable, IMessageBus this.StateHasChanged(); break; - case Event.PLUGINS_RELOADED: - this.Lang = await this.SettingsManager.GetActiveLanguagePlugin(); - await this.InvokeAsync(this.StateHasChanged); - break; - } + case Event.PLUGINS_RELOADED: + this.Lang = await this.SettingsManager.GetActiveLanguagePlugin(); + await this.InvokeAsync(this.StateHasChanged); + break; + } await this.ProcessIncomingMessage(sendingComponent, triggeredEvent, data); });