Skip to content

Commit cc1e977

Browse files
committed
go fmt
1 parent 3b9e5fe commit cc1e977

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

libvirt/utils_net.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package libvirt
22

33
import (
4-
"fmt"
54
"crypto/rand"
5+
"fmt"
66
"net"
77
)
88

libvirt/volume_image.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func (i *localImage) Import(uploader func(io.Reader) error, vol libvirtxml.Stora
6969
}
7070
defer file.Close()
7171

72-
7372
fi, err := file.Stat()
7473
if err != nil {
7574
return err

tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package tools

0 commit comments

Comments
 (0)