style: revert braindead semicolon format

This commit is contained in:
Youwen Wu 2024-03-06 21:53:22 -08:00
parent 2c0f2ef160
commit 756e1cfc3b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -99,7 +99,7 @@
} }
} }
useTask(delta => { useTask((delta) => {
/* TODO: standardize a scale (meters : grid lengths) so we can have /* TODO: standardize a scale (meters : grid lengths) so we can have
accurate positioning of sensor detected objects */ accurate positioning of sensor detected objects */
// update position data for robot model // update position data for robot model
@ -118,8 +118,6 @@
// run the follow function // run the follow function
follow(delta) follow(delta)
}) })
onMount(() => {})
</script> </script>
<T.PerspectiveCamera makeDefault position={[8, 4, 8]}> <T.PerspectiveCamera makeDefault position={[8, 4, 8]}>