From 3a4c03e2b5912ef58644e3c9cb576e3f07d8e0ae Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 3 May 2025 21:33:05 +0200 Subject: [PATCH] Fixed formatting --- app/Build/Commands/CollectI18NKeysCommand.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Build/Commands/CollectI18NKeysCommand.cs b/app/Build/Commands/CollectI18NKeysCommand.cs index 1a09d77a..ec7c291f 100644 --- a/app/Build/Commands/CollectI18NKeysCommand.cs +++ b/app/Build/Commands/CollectI18NKeysCommand.cs @@ -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 = """ ")