Skip to content

Commit 580ce45

Browse files
committed
qmp/socket: go fmt
Signed-off-by: Thomas Parrott <[email protected]>
1 parent f035778 commit 580ce45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmp/socket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (mon *SocketMonitor) RunWithFile(command []byte, file *os.File) ([]byte, er
266266
type banner struct {
267267
QMP struct {
268268
Capabilities []string `json:"capabilities"`
269-
Version Version `json:"version"`
269+
Version Version `json:"version"`
270270
} `json:"QMP"`
271271
}
272272

0 commit comments

Comments
 (0)