Skip to content

Commit

Permalink
Fix interface method LDAPChangeOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosmoht committed Jul 7, 2020
1 parent c2d22ab commit 9667fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Client interface {
ContentType() string
ContentTypeJSON()
ContentTypeTextPlain()
LDAPChangeOrder([]string, error)
LDAPChangeOrder([]string) error
LDAPCreate(LDAP) error
LDAPDelete(string) error
LDAPList() ([]LDAP, error)
Expand Down

0 comments on commit 9667fec

Please sign in to comment.