Fixed formatting

This commit is contained in:
Thorsten Sommer 2025-05-03 21:33:05 +02:00
parent f8dbc186fb
commit 3a4c03e2b5
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -11,16 +11,16 @@ namespace Build.Commands;
public sealed partial class CollectI18NKeysCommand
{
private const string START_TAG1 = """
T("
""";
T("
""";
private const string START_TAG2 = """
TB("
""";
TB("
""";
private const string START_TAG3 = """
T(@"
""";
T(@"
""";
private const string END_TAG = """
")