Skip to content

Commit 4badf7f

Browse files
authored
Merge pull request #721 from Mashimiao/specs-config-format-code
specs-go/config.go: format code
2 parents 74a8f82 + 627f533 commit 4badf7f

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)