Skip to content

Commit c4174fb

Browse files
authored
Fix unneeded newline (for real this time)
1 parent c87dafe commit c4174fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

B9PartSwitch/B9PartSwitch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Reference Include="UnityEngine.CoreModule">
4747
<Private>False</Private>
4848
</Reference>
49-
<Reference Include="UnityEngine.TextRenderingModule">
49+
<Reference Include="UnityEngine.TextRenderingModule">
5050
<Private>False</Private>
5151
</Reference>
5252
<Reference Include="UnityEngine.UI">
@@ -205,4 +205,4 @@
205205
<Target Name="AfterBuild">
206206
</Target>
207207
-->
208-
</Project>
208+
</Project>

0 commit comments

Comments
 (0)