Skip to content

Commit

Permalink
Merge pull request opencontainers#721 from Mashimiao/specs-config-for…
Browse files Browse the repository at this point in the history
…mat-code

specs-go/config.go: format code
  • Loading branch information
tianon authored Mar 13, 2017
2 parents 74a8f82 + 627f533 commit 4badf7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4badf7f

Please sign in to comment.