*: fix whitespace errors

This commit is contained in:
Roman Khimov 2021-05-13 22:13:09 +03:00
parent 7ce5b3392f
commit b851889934
3 changed files with 0 additions and 3 deletions

View file

@ -21,7 +21,6 @@ func AttachUserAuth(router *mux.Router, center auth.Center, log *zap.Logger) {
h.ServeHTTP(w, r.WithContext(
sdk.SetBearerToken(r.Context(), token)))
})
})
}