Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 5, 2024
1 parent 198625e commit a4b4f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/connector/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ func (m *MetaClient) handleTable(ctx context.Context, tbl *table.LSTable) {
return &bridgev2.ConvertedEdit{
ModifiedParts: []*bridgev2.ConvertedEditPart{
{
Part: textPart,
Type: event.EventMessage,
Part: textPart,
Type: event.EventMessage,
Content: m.messageConverter.MetaToMatrixText(ctx, data.Text, nil, portal),
},
},
Expand Down

0 comments on commit a4b4f0d

Please sign in to comment.