Skip to content

Commit

Permalink
TRIVIAL: fmt indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
symaras committed Aug 6, 2019
1 parent 8c12b17 commit 49309c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,9 @@ func (ca *clusterAdmin) ListAcls(filter AclFilter) ([]ResourceAcls, error) {

request := &DescribeAclsRequest{AclFilter: filter}

if ca.conf.Version.IsAtLeast(V2_0_0_0) {
request.Version = 1
}
if ca.conf.Version.IsAtLeast(V2_0_0_0) {
request.Version = 1
}

b, err := ca.Controller()
if err != nil {
Expand Down

0 comments on commit 49309c8

Please sign in to comment.