Skip to content

Commit a4522cf

Browse files
Drakiruszephylac
Drakirus
authored andcommitted
chore: go-vet compliant
1 parent 4d69797 commit a4522cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key-events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (p *keyeventPlugin) sendKeyEvent(window *glfw.Window, key glfw.Key, scancod
8383
}
8484
_, err := p.keyEventChannel.Send(event)
8585
if err != nil {
86-
fmt.Printf("go-flutter: Failed to send raw_keyboard event %s: %v\n", event, err)
86+
fmt.Printf("go-flutter: Failed to send raw_keyboard event %v: %v\n", event, err)
8787
}
8888

8989
}

0 commit comments

Comments
 (0)