Skip to content

Commit b647d7e

Browse files
committed
fix fmt
Signed-off-by: lance6716 <[email protected]>
1 parent cf8a62b commit b647d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/pkg/lightning/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ type TikvImporter struct {
10701070
StoreWriteBWLimit ByteSize `toml:"store-write-bwlimit" json:"store-write-bwlimit"`
10711071
// default is PausePDSchedulerScopeTable to compatible with previous version(>= 6.1)
10721072
PausePDSchedulerScope PausePDSchedulerScope `toml:"pause-pd-scheduler-scope" json:"pause-pd-scheduler-scope"`
1073-
BlockSize ByteSize `toml:"block-size" json:"block-size"`
1073+
BlockSize ByteSize `toml:"block-size" json:"block-size"`
10741074
}
10751075

10761076
func (t *TikvImporter) adjust() error {

0 commit comments

Comments
 (0)