Skip to content

Commit

Permalink
chore: fmt change tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Oct 24, 2023
1 parent ea6aeeb commit 04a8256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ spec:
type: string
create_time:
type: string
gmt_create_time:
gmt_create:
type: string
in_recyclebin:
type: string
Expand Down
2 changes: 1 addition & 1 deletion pkg/oceanbase/model/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type OBTenant struct {
RecoveryUntilScn int64 `json:"recovery_until_scn" db:"recovery_until_scn"`
LogMode string `json:"log_mode" db:"log_mode"`
ArbitrationServiceStatus string `json:"arbitration_service_status" db:"arbitration_service_status"`
GmtCreate string `json:"gmt_create,omitempty" db:"gmt_create"`
GmtCreate string `json:"gmt_create,omitempty" db:"gmt_create"`
SwitchoverStatus string `json:"switchover_status,omitempty" db:"switchover_status"`
SwitchoverEpoch int64 `json:"switchover_epoch,omitempty" db:"switchover_epoch"`
UnitNum int64 `json:"unit_num,omitempty" db:"unit_num"`
Expand Down
2 changes: 1 addition & 1 deletion pkg/oceanbase/model/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Tenant struct {
Locality string `json:"locality" db:"locality"`
PreviousLocality string `json:"previous_locality" db:"previous_locality"`
Status string `json:"status" db:"status"`
GmtCreate string `json:"gmt_create" db:"gmt_create"`
GmtCreate string `json:"gmt_create" db:"gmt_create"`
}

type Replica struct {
Expand Down

0 comments on commit 04a8256

Please sign in to comment.