Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Nov 29, 2024
1 parent b377260 commit ba5e06a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ public override bool TryCastShot()
}
protected virtual ProjectileCE SpawnProjectile()
{
return (ProjectileCE)ThingMaker.MakeThing(Projectile, null);
return (ProjectileCE)ThingMaker.MakeThing(Projectile, null);
}

/// <summary>
Expand Down

0 comments on commit ba5e06a

Please sign in to comment.