Formatting

This commit is contained in:
Thorsten Sommer 2025-04-24 13:41:56 +02:00
parent 4df405608f
commit dec1492254
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -40,7 +40,6 @@ public partial class About : MSGComponentBase
private string VersionDotnetSdk => $"{T("Used .NET SDK")}: v{META_DATA.DotnetSdkVersion}";
private string BuildTime => $"{T("Build time")}: {META_DATA.BuildTime}";
private GetLogPathsResponse logPaths;