Fixes format

pull/5447/head
Zhongcheng Lao 2019-09-24 23:53:22 +08:00
parent f3e245a862
commit 29a3d27247
No known key found for this signature in database
GPG Key ID: 3B0C92A7E58EF413
2 changed files with 4 additions and 4 deletions

View File

@ -104,8 +104,8 @@ oom_score = 0
// Containerd contains containerd runtime state
type Containerd struct {
Socket string
Runner CommandRunner
Socket string
Runner CommandRunner
KubernetesConfig config.KubernetesConfig
}

View File

@ -27,8 +27,8 @@ import (
// CRIO contains CRIO runtime state
type CRIO struct {
Socket string
Runner CommandRunner
Socket string
Runner CommandRunner
KubernetesConfig config.KubernetesConfig
}