mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -126,7 +126,7 @@ func readProcMounts(mountFilePath string) (mountInfos, error) {
|
||||
}
|
||||
|
||||
func parseMountFrom(file io.Reader) (mountInfos, error) {
|
||||
var mounts = mountInfos{}
|
||||
mounts := mountInfos{}
|
||||
scanner := bufio.NewReader(file)
|
||||
for {
|
||||
line, err := scanner.ReadString('\n')
|
||||
|
||||
Reference in New Issue
Block a user