Skip to content

Commit d481c52

Browse files
committed
[Bot] Automated dotnet-format update
1 parent efb2996 commit d481c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UOP1_Project/Assets/Scripts/Characters/SlimeCritterAttackController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void AttackPropelTrigger()
3333

3434
// Update is called once per frame
3535
void Update()
36-
{
36+
{
3737
if (_innerTime > 0)
3838
{
3939
transform.position += _propelTargetVector * Time.deltaTime;

0 commit comments

Comments
 (0)