Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 23, 2024
1 parent 764a68f commit 12dd5fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/components/document_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ func NewDocumentMessage(params DocumentMessageConfigs) (*DocumentMessage, error)
return nil, fmt.Errorf("error validating configs: %v", err)
}

return &DocumentMessage{

}, nil
return &DocumentMessage{}, nil
}

func (dm *DocumentMessage) ToJson(configs ApiCompatibleJsonConverterConfigs) ([]byte, error) {
Expand Down

0 comments on commit 12dd5fe

Please sign in to comment.