Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasberlin committed Aug 25, 2023
1 parent e2d6a87 commit 63befa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/testrunner/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type TestPidInfo struct {
Ppid int64 `json:"ppid"`
Pgid int64 `json:"pgid"`
Sid int64 `json:"sid"`
CapPermitted uint64 `json:"cap_permitted,string"`
CapPermitted uint64 `json:"cap_permitted,string"`
CapEffective uint64 `json:"cap_effective,string"`
}

Expand Down Expand Up @@ -59,7 +59,7 @@ type CredInfo struct {
Egid int64 `json:"egid"`
Suid int64 `json:"suid"`
Sgid int64 `json:"sgid"`
CapPermitted uint64 `json:"cap_permitted,string"`
CapPermitted uint64 `json:"cap_permitted,string"`
CapEffective uint64 `json:"cap_effective,string"`
}

Expand Down

0 comments on commit 63befa5

Please sign in to comment.