Skip to content

Commit

Permalink
Update replication_set.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wk989898 authored and ti-chi-bot committed Sep 20, 2024
1 parent 0830122 commit 8683702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/scheduler/internal/v3/replication/replication_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (r ReplicationSetState) String() string {
case ReplicationSetStateRemoving:
return "Removing"
default:
return fmt.Sprintf("Unknown %d", r)
return "Unknown"
}
}

Expand Down

0 comments on commit 8683702

Please sign in to comment.