Skip to content

Commit c010eae

Browse files
jbevainGitHub Enterprise
authored andcommitted
Fix
1 parent 8a901e9 commit c010eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/SdkStyleProjectGeneration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public SdkStyleProjectGeneration() : base(
3333
internal static readonly string[] SupportedCapabilities = new string[]
3434
{
3535
"Unity",
36-
}
36+
};
3737

3838
internal static readonly string[] UnsupportedCapabilities = new string[]
3939
{
@@ -46,7 +46,7 @@ public SdkStyleProjectGeneration() : base(
4646
"ReferenceManagerCOM",
4747
"AssemblyReferences",
4848
"ReferenceManagerAssemblies",
49-
}
49+
};
5050

5151
internal override void GetProjectHeader(ProjectProperties properties, out StringBuilder headerBuilder)
5252
{

0 commit comments

Comments
 (0)