Skip to content

Commit

Permalink
Whitespace...
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Oct 17, 2023
1 parent d636706 commit 5200aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CombatExtended/CombatExtended/BoundsInjector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private static Vector2 ExctractBoundCollection(Graphic_Collection graphic, Graph
}
private static Vector2 ExtractBounds(Graphic graphic, GraphicType type)
{
if(graphic is Graphic_Collection graphic_collection)
if (graphic is Graphic_Collection graphic_collection)
{
return ExctractBoundCollection(graphic_collection, type);
}
Expand Down

0 comments on commit 5200aa5

Please sign in to comment.