Skip to content

Commit

Permalink
go: lint all go files
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Aug 2, 2023
1 parent 33bb61f commit bf54188
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions post-processor/vagrant/libvirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ func lower(c byte) byte {
//
// Valid units (case-insensitive):
//
// B (byte) 1B
// K (kilobyte) 1024B
// M (megabyte) 1024K
// G (gigabyte) 1024M
// T (terabyte) 1024G
// P (petabyte) 1024T
// E (exabyte) 1024P
// B (byte) 1B
// K (kilobyte) 1024B
// M (megabyte) 1024K
// G (gigabyte) 1024M
// T (terabyte) 1024G
// P (petabyte) 1024T
// E (exabyte) 1024P
//
// The default is M.
func sizeInMegabytes(size string) uint64 {
Expand Down

0 comments on commit bf54188

Please sign in to comment.