Skip to content

Commit 9211f62

Browse files
committed
Remove unecessary interpolation
1 parent 52a68ab commit 9211f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.ide.visualstudio.tests/Tests/Editor/CSProjectTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void DefaultSyncSettings_WhenSynced_CreatesProjectFileFromDefaultTemplate
144144
" </PropertyGroup>",
145145
" <PropertyGroup>",
146146
" <NoWarn>0169;USG0001</NoWarn>",
147-
$" <DefineConstants></DefineConstants>",
147+
" <DefineConstants></DefineConstants>",
148148
" <AllowUnsafeBlocks>False</AllowUnsafeBlocks>",
149149
" </PropertyGroup>",
150150
" <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">",

0 commit comments

Comments
 (0)