KCL: Fix format
This commit is contained in:
@ -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 () => {
|
||||
|
Reference in New Issue
Block a user