Skip to content

Commit ad5dded

Browse files
committed
Fixes Spacing
1 parent b9646e8 commit ad5dded

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Templates/CSharp/Project-Templates/AttributedCommandRobot/ProjectTemplate.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
<ItemGroup>
5252
<Compile Include="Program.cs" />
5353
<Compile Include="$safeprojectname$.cs"/>
54+
5455
<Compile Include="RobotMap.cs"/>
56+
5557
<Compile Include="Subsystems\ExampleAutonomousSubsystem.cs" />
5658
<Compile Include="Subsystems\ExampleSubsystem.cs" />
5759
<Compile Include="Commands\ExampleCommand.cs" />

Templates/CSharp/Project-Templates/CommandRobot/ProjectTemplate.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@
5454
<ItemGroup>
5555
<Compile Include="Program.cs" />
5656
<Compile Include="$safeprojectname$.cs" />
57+
5758
<Compile Include="OI.cs" />
59+
5860
<Compile Include="RobotMap.cs" />
61+
5962
<Compile Include="Subsystems\ExampleSubsystem.cs" />
6063
<Compile Include="Commands\ExampleCommand.cs" />
6164
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)