Formatting

This commit is contained in:
Thorsten Sommer 2026-03-14 10:51:33 +01:00
parent e3caa846ca
commit b0c289fb7d
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -124,6 +124,7 @@
<MudIconButton Icon="@Icons.Material.Filled.Error" Color="Color.Error"/>
</MudTooltip>
}
<MudSpacer />
<HalluzinationReminder ContainerClass="my-0 ml-2 me-2"/>
</MudToolBar>

View File

@ -5,7 +5,6 @@ namespace AIStudio.Components;
public partial class HalluzinationReminder: ComponentBase
{
private static string TB(string fallbackEN) => I18N.I.T(fallbackEN, typeof(HalluzinationReminder).Namespace, nameof(HalluzinationReminder));
[Parameter]