appease the format gods

This commit is contained in:
Paul Tagliamonte
2023-09-20 15:58:49 -04:00
parent 2d31f5b0e0
commit 2a2cc44baa

View File

@ -28,7 +28,7 @@ export function useSetupEngineManager(
const quadWidth = Math.round(width / 4) * 4
const height = streamHeight ? streamHeight : 0
const quadHeight = Math.round(height / 4) * 4
const eng = useRef<EngineCommandManager|null>(null)
const eng = useRef<EngineCommandManager | null>(null)
useLayoutEffect(() => {
setStreamDimensions({