Whitespace

This commit is contained in:
Max Goodhart
2020-06-19 21:23:36 -07:00
parent fd7fc26956
commit 5c46a94625

View File

@@ -187,7 +187,7 @@ const viewStateMachine = Machine(
video.autoPlay = true
video.play()
setInterval(() => video.play(), 1000)
const info = {title: document.title}
const info = { title: document.title }
return info
}
waitForVideo()