Skip to content

Commit 627f533

Browse files
author
Ma Shimiao
committed
specs-go/config.go: format code
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 55e1a84 commit 627f533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs-go/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,9 @@ type LinuxSeccompArg struct {
549549

550550
// LinuxSyscall is used to match a syscall in Seccomp
551551
type LinuxSyscall struct {
552-
Names []string `json:"names"`
553-
Action LinuxSeccompAction `json:"action"`
554-
Args []LinuxSeccompArg `json:"args"`
552+
Names []string `json:"names"`
553+
Action LinuxSeccompAction `json:"action"`
554+
Args []LinuxSeccompArg `json:"args"`
555555
}
556556

557557
// LinuxIntelRdt has container runtime resource constraints

0 commit comments

Comments
 (0)