KCL: Fix format

This commit is contained in:
Adam Chalmers
2025-06-03 18:04:35 -05:00
committed by GitHub
parent 2dc76a71cc
commit c373f33507
3 changed files with 22 additions and 22 deletions

View File

@ -532,7 +532,7 @@ test.describe('Testing Camera Movement', () => {
.then((value) => parseFloat(value))
}
async function doOrbitWith(callback = async () => { }) {
async function doOrbitWith(callback = async () => {}) {
await resetCamera()
await test.step(`Perform orbit`, async () => {