Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed May 2, 2022
1 parent 6f44267 commit 608f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type Session interface {
// Add recipient for currently processed message.
Rcpt(to string) error
// Set currently processed message contents and send it.
//
//
// r must be consumed before Data returns.
Data(r io.Reader) error
}
Expand Down

0 comments on commit 608f3c2

Please sign in to comment.