Skip to content

Commit

Permalink
chore: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 30, 2024
1 parent 95e14d6 commit 00b91cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/MicaSetup/IsExternalInit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace System.Runtime.CompilerServices;
/// Workaround class for records and "init" keyword
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
internal class IsExternalInit
{
}
internal class IsExternalInit;

0 comments on commit 00b91cc

Please sign in to comment.