Quellcode durchsuchen

Fix to gofmt/goimports errors

Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
Olli Janatuinen vor 6 Jahren
Ursprung
Commit
14280fdc62
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      pkg/mount/mountinfo_freebsd.go

+ 0 - 1
pkg/mount/mountinfo_freebsd.go

@@ -13,7 +13,6 @@ import (
 	"unsafe"
 	"unsafe"
 )
 )
 
 
-
 //parseMountTable returns information about mounted filesystems
 //parseMountTable returns information about mounted filesystems
 func parseMountTable(filter FilterFunc) ([]*Info, error) {
 func parseMountTable(filter FilterFunc) ([]*Info, error) {
 	var rawEntries *C.struct_statfs
 	var rawEntries *C.struct_statfs