Skip to content

Commit 417b617

Browse files
committed
typo: remove extra spaces at the lead #3650 #3651
Signed-off-by: qiaohao <[email protected]>
1 parent 0d7dc8e commit 417b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/system/info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func printF(w io.Writer, label string, dockerCompatInfo string) {
183183
if dockerCompatInfo == "" {
184184
return
185185
}
186-
fmt.Fprintf(w, " %s%s\n", label, dockerCompatInfo)
186+
fmt.Fprintf(w, "%s%s\n", label, dockerCompatInfo)
187187
}
188188

189189
func printSecurityOptions(w io.Writer, securityOptions []string) {

0 commit comments

Comments
 (0)