Skip to content

Commit 6723599

Browse files
committed
run lint (#6898)
Signed-off-by: abhishek kumar gupta <[email protected]>
1 parent b95b9a8 commit 6723599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/auth/source/ldap/source_search.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func dial(source *Source) (*ldap.Conn, error) {
127127

128128
if source.SecurityProtocol == SecurityProtocolLDAPS {
129129
conn, err := ldap.DialTLS("tcp", net.JoinHostPort(host, strconv.Itoa(source.Port)), tlsConfig)
130-
131130
if err != nil {
132131
// Connection failed, try again with the next host.
133132
log.Trace("error during Dial for host %s: %w", host, err)

0 commit comments

Comments
 (0)