Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Sep 9, 2021
1 parent 218f515 commit 9f22f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/pingcap/dm/syncer/metrics"
)

// Status implements Unit.Status
// Status implements Unit.Status.
func (s *Syncer) Status(sourceStatus *binlog.SourceStatus) interface{} {
syncerLocation := s.checkpoint.FlushedGlobalPoint()
st := &pb.SyncStatus{
Expand Down

0 comments on commit 9f22f7a

Please sign in to comment.