From 375046b3f5e6a8cdacc1e450420d4000c5c211d1 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Tue, 17 Sep 2024 14:49:16 +0200 Subject: [PATCH] Added auto generated comment for tooling --- src/Piral.Blazor.Sdk/AppShellAttribute.cs | 4 +++- src/Piral.Blazor.Sdk/Emulator.cs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Piral.Blazor.Sdk/AppShellAttribute.cs b/src/Piral.Blazor.Sdk/AppShellAttribute.cs index f03f686..172e4b9 100644 --- a/src/Piral.Blazor.Sdk/AppShellAttribute.cs +++ b/src/Piral.Blazor.Sdk/AppShellAttribute.cs @@ -1,4 +1,6 @@ -namespace Piral.Blazor.Sdk; +// + +namespace Piral.Blazor.Sdk; [AttributeUsage(AttributeTargets.Assembly)] public class AppShellAttribute : Attribute diff --git a/src/Piral.Blazor.Sdk/Emulator.cs b/src/Piral.Blazor.Sdk/Emulator.cs index 356b6ba..6542c34 100644 --- a/src/Piral.Blazor.Sdk/Emulator.cs +++ b/src/Piral.Blazor.Sdk/Emulator.cs @@ -1,4 +1,6 @@ -using System; +// + +using System; using System.Diagnostics; using System.IO; using System.Reflection;