fix whitespace

This commit is contained in:
onyx-and-iris 2022-09-14 21:17:20 +01:00
parent c32e3995db
commit 0a7b8e0662

View File

@ -28,7 +28,7 @@ func main() {
defer vm.Logout()
fmt.Println("Press ESC to quit")
Loop:
Loop:
for {
char, key, err := keyboard.GetKey()
if err != nil {