Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Sep 22, 2024
1 parent 3b9e5fe commit cc1e977
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libvirt/utils_net.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package libvirt

import (
"fmt"
"crypto/rand"
"fmt"
"net"
)

Expand Down
1 change: 0 additions & 1 deletion libvirt/volume_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (i *localImage) Import(uploader func(io.Reader) error, vol libvirtxml.Stora
}
defer file.Close()


fi, err := file.Stat()
if err != nil {
return err
Expand Down
1 change: 1 addition & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

package tools
Expand Down

0 comments on commit cc1e977

Please sign in to comment.