Skip to content

Commit d134033

Browse files
committed
Fix style issue
1 parent f67f629 commit d134033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UnitTests/UnitTests.UWP/IsExternalInit.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44

55
namespace System.Runtime.CompilerServices
66
{
7-
internal static class IsExternalInit { }
7+
internal static class IsExternalInit
8+
{
9+
}
810
}

0 commit comments

Comments
 (0)