mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 11:12:56 +00:00
Fixed formatting
This commit is contained in:
parent
f8dbc186fb
commit
3a4c03e2b5
@ -11,16 +11,16 @@ namespace Build.Commands;
|
|||||||
public sealed partial class CollectI18NKeysCommand
|
public sealed partial class CollectI18NKeysCommand
|
||||||
{
|
{
|
||||||
private const string START_TAG1 = """
|
private const string START_TAG1 = """
|
||||||
T("
|
T("
|
||||||
""";
|
""";
|
||||||
|
|
||||||
private const string START_TAG2 = """
|
private const string START_TAG2 = """
|
||||||
TB("
|
TB("
|
||||||
""";
|
""";
|
||||||
|
|
||||||
private const string START_TAG3 = """
|
private const string START_TAG3 = """
|
||||||
T(@"
|
T(@"
|
||||||
""";
|
""";
|
||||||
|
|
||||||
private const string END_TAG = """
|
private const string END_TAG = """
|
||||||
")
|
")
|
||||||
|
Loading…
Reference in New Issue
Block a user