From 2e638623c9dad3ac97dc8a65d271777f97df0b52 Mon Sep 17 00:00:00 2001 From: Mike Kaminski Date: Sun, 6 Jan 2019 23:17:44 -0500 Subject: [PATCH] Force travis build --- broker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker.go b/broker.go index a43451ec1..e141cc3f8 100644 --- a/broker.go +++ b/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 {