Skip to content

Commit 18822a4

Browse files
committed
Use "scoped namespace" for file
1 parent 55117b0 commit 18822a4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
namespace Atc.CodingRules.Updater
1+
namespace Atc.CodingRules.Updater;
2+
3+
public enum SupportedProjectTargetType
24
{
3-
public enum SupportedProjectTargetType
4-
{
5-
DotNetCore,
6-
DotNet5,
7-
DotNet6,
8-
}
5+
DotNetCore,
6+
DotNet5,
7+
DotNet6,
98
}

0 commit comments

Comments
 (0)