mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
go fmt
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
parent
e16f75558d
commit
39e13b49cb
@ -30,7 +30,7 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"k8s.io/klog/v2"
|
"k8s.io/klog/v2"
|
||||||
utilexec "k8s.io/utils/exec"
|
utilexec "k8s.io/utils/exec"
|
||||||
utilio "k8s.io/utils/io"
|
utilio "k8s.io/utils/io"
|
||||||
)
|
)
|
||||||
@ -441,7 +441,7 @@ func (mounter *SafeFormatAndMount) formatAndMountSensitive(source string, target
|
|||||||
}
|
}
|
||||||
} else if fstype == "xfs" {
|
} else if fstype == "xfs" {
|
||||||
args = []string{
|
args = []string{
|
||||||
"-f", // force flag
|
"-f", // force flag
|
||||||
source,
|
source,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user