Skip to content

Commit

Permalink
fix fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
asddongmen committed Nov 23, 2023
1 parent d4c6563 commit eeedbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdc/model/changefeed.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ func (info *ChangeFeedInfo) DownstreamType() (DownstreamType, error) {
return Unknown, nil
}

// NeedSendBootstrapEvent returns true if the changefeed need to send bootstrap event.
func (info *ChangeFeedInfo) NeedSendBootstrapEvent() (bool, error) {
downStreamType, err := info.DownstreamType()
if err != nil {
Expand Down

0 comments on commit eeedbaf

Please sign in to comment.