[skip ci]Fix golint warning in healthz (#9236)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/9241/head
Xiangyu Wang 2021-10-04 23:42:18 +08:00 committed by GitHub
parent 7e611e8799
commit 0c899deb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ package healthz
const (
// ContentTypeHeader is the health check request type header.
ContentTypeHeader = "Content-Type"
// ContentTypeHeader is the health check request type text.
// ContentTypeText is the health check request type text.
ContentTypeText = "text/plain"
)