Skip to content

Commit

Permalink
Add gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Nov 20, 2019
1 parent 4f1dbc3 commit 8b18396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nomad/structs/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9062,9 +9062,9 @@ func IsServerSide(e error) bool {

// ACLPolicy is used to represent an ACL policy
type ACLPolicy struct {
Name string // Unique name
Description string // Human readable
Rules string // HCL or JSON format
Name string // Unique name
Description string // Human readable
Rules string // HCL or JSON format
RulesJSON *acl.Policy // Generated from Rules on read
Hash []byte
CreateIndex uint64
Expand Down

0 comments on commit 8b18396

Please sign in to comment.