Skip to content

Commit

Permalink
Added auto generated comment for tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Sep 17, 2024
1 parent 4e1d88a commit 375046b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Piral.Blazor.Sdk/AppShellAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Piral.Blazor.Sdk;
// <autogenerated />

namespace Piral.Blazor.Sdk;

[AttributeUsage(AttributeTargets.Assembly)]
public class AppShellAttribute : Attribute
Expand Down
4 changes: 3 additions & 1 deletion src/Piral.Blazor.Sdk/Emulator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
// <autogenerated />

using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
Expand Down

0 comments on commit 375046b

Please sign in to comment.