Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWandererProductions committed Jun 5, 2024
1 parent 579de6f commit ddd52d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions CommonLibraryTests/Interpret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public sealed class Interpret
{ 0, new InCommand { Command = "First", ParameterCount = 2, Description = "Help First" } },
{ 1, new InCommand { Command = "Second", ParameterCount = 3, Description = "Help Second" } },
{
2,
new InCommand { Command = "Third", ParameterCount = 0, Description = "Special case no Parameter" }
2, new InCommand { Command = "Third", ParameterCount = 0, Description = "Special case no Parameter" }
}
};

Expand Down
4 changes: 0 additions & 4 deletions Interpreter/Interpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
</AssemblyAttribute>
</ItemGroup>





<ItemGroup>
<ProjectReference Include="..\ExtendedSystemObjects\ExtendedSystemObjects.csproj" />
</ItemGroup>
Expand Down

0 comments on commit ddd52d2

Please sign in to comment.