Skip to content

Commit afadf5a

Browse files
committed
fix indent
Signed-off-by: xhe <[email protected]>
1 parent 45fc482 commit afadf5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/meta/model/table.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,9 +1444,9 @@ func (t *TTLInfo) GetJobInterval() (time.Duration, error) {
14441444

14451445
// SoftdeleteInfo records the Softdelete config.
14461446
type SoftdeleteInfo struct {
1447-
Enable bool `json:"enable"`
1448-
Retention string `json:"retention"`
1449-
JobInterval string `json:"job_interval"`
1447+
Enable bool `json:"enable"`
1448+
Retention string `json:"retention"`
1449+
JobInterval string `json:"job_interval"`
14501450
}
14511451

14521452
// Clone clones TTLInfo

0 commit comments

Comments
 (0)