Skip to content

Commit

Permalink
Remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace authored Nov 20, 2019
1 parent 7c7637c commit 241ed98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nomad/acl_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ func (a *ACL) GetPolicy(args *structs.ACLPolicySpecificRequest, reply *structs.S
reply.Policy = out
if out != nil {
reply.Index = out.ModifyIndex

rules, err := policy.Parse(out.Rules)

if err != nil {
Expand Down

0 comments on commit 241ed98

Please sign in to comment.