From db574ec78b19b47c07afd29fc9a2d05042a9617e Mon Sep 17 00:00:00 2001 From: lhy1024 Date: Wed, 30 Oct 2024 12:23:40 +0800 Subject: [PATCH] fix lint Signed-off-by: lhy1024 --- pkg/versioninfo/versioninfo.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/versioninfo/versioninfo.go b/pkg/versioninfo/versioninfo.go index 3479a894631..2e61a6f93bc 100644 --- a/pkg/versioninfo/versioninfo.go +++ b/pkg/versioninfo/versioninfo.go @@ -27,11 +27,11 @@ import ( // Status is the status of PD server. // NOTE: This type is exported by HTTP API. Please pay more attention when modifying it. type Status struct { - BuildTS string `json:"build_ts"` - Version string `json:"version"` - GitHash string `json:"git_hash"` - StartTimestamp int64 `json:"start_timestamp"` - AreRegionsLoaded bool `json:"are_regions_loaded"` + BuildTS string `json:"build_ts"` + Version string `json:"version"` + GitHash string `json:"git_hash"` + StartTimestamp int64 `json:"start_timestamp"` + AreRegionsLoaded bool `json:"are_regions_loaded"` } const (