Skip to content

Commit

Permalink
style: fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <eke@fastmail.com>
  • Loading branch information
ekexium committed Apr 8, 2024
1 parent 46365b0 commit 0437852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessiontxn/isolation/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ func (p *baseTxnContextProvider) SetOptionsBeforeCommit(
}
info := &binloginfo.BinlogInfo{
Data: &binlog.Binlog{
Tp: binlog.BinlogType_Prewrite,
Tp: binlog.BinlogType_Prewrite,
PrewriteValue: prewriteData,
},
Client: sessVars.BinlogClient,
Expand Down

0 comments on commit 0437852

Please sign in to comment.