specs-go/config.go: format code

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2017-03-13 13:42:43 +08:00
parent 55e1a84c1f
commit 627f5338cc
1 changed files with 3 additions and 3 deletions

View File

@ -549,9 +549,9 @@ type LinuxSeccompArg struct {
// LinuxSyscall is used to match a syscall in Seccomp
type LinuxSyscall struct {
Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"`
Args []LinuxSeccompArg `json:"args"`
Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"`
Args []LinuxSeccompArg `json:"args"`
}
// LinuxIntelRdt has container runtime resource constraints