Added missing brace

This commit is contained in:
Bertie690 2025-08-10 14:20:20 -04:00 committed by GitHub
parent 371e99a4a2
commit 7e402d02b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,4 +127,5 @@ describe.sequential("Move - Flying Press", () => {
});
expect(flyingPressEff).toBe(0.125);
});
});
});