From 627f5338cc2de82990c271d48600bb33e4e51de1 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Mon, 13 Mar 2017 13:42:43 +0800 Subject: [PATCH] specs-go/config.go: format code Signed-off-by: Ma Shimiao --- specs-go/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs-go/config.go b/specs-go/config.go index 9c512c0d..3c744ed8 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -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