소스 검색

Force travis build

Mike Kaminski 7 년 전
부모
커밋
2e638623c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      broker.go

+ 1 - 1
broker.go

@@ -936,7 +936,7 @@ func (b *Broker) sendAndReceiveSASLOAuth(tokenProvider AccessTokenProvider, exte
 }
 
 // Build SASL/OAUTHBEARER initial client response as described by RFC-7628
-// https://tools.ietf.org/html/rfc7628.
+// https://tools.ietf.org/html/rfc7628
 func buildClientInitialResponse(bearerToken string, extensions map[string]string) ([]byte, error) {
 
 	if _, ok := extensions[SASLExtKeyAuth]; ok {