Skip to content

Commit

Permalink
Automated gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Gofmt committed Feb 7, 2023
1 parent 33db4fd commit 5a2a648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/pkg/zdmproxy/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ var (
func (a *DsePlainTextAuthenticator) InitialResponse(authenticator string) ([]byte, error) {
if authenticator == "com.datastax.bdp.cassandra.auth.DseAuthenticator" {
return mechanism, nil
} else {
} else {
return a.Credentials.Marshal(), nil
}
}
}

func (a *DsePlainTextAuthenticator) EvaluateChallenge(challenge []byte) ([]byte, error) {
Expand Down

0 comments on commit 5a2a648

Please sign in to comment.