Skip to content

Commit

Permalink
Fix mistake I made when rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocuri committed Jan 15, 2025
1 parent 1a5ed9a commit ab4a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mimefactory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ pub(crate) fn wrapped_base64_encode(buf: &[u8]) -> String {
.join("\r\n")
}

async fn build_body_file(context: &Context, msg: &Message) -> Result<(PartBuilder, String)> {
async fn build_body_file(context: &Context, msg: &Message) -> Result<PartBuilder> {
let file_name = msg.get_filename().context("msg has no file")?;
let suffix = Path::new(&file_name)
.extension()
Expand Down

0 comments on commit ab4a882

Please sign in to comment.