Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Nov 5, 2021
1 parent 3108792 commit 115f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dm/syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1344,9 +1344,9 @@ func (s *Syncer) Run(ctx context.Context) (err error) {
flushCheckpoint = true
err = s.loadTableStructureFromDump(ctx)
if err != nil {
tctx.L().Warn("error happened when load table structure from dump files", zap.Error(err))
tctx.L().Warn("error happened when load table structure from dump files", zap.Error(err))
cleanDumpFile = false
}
}
} else {
cleanDumpFile = false
}
Expand Down

0 comments on commit 115f0c5

Please sign in to comment.