Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Jun 21, 2022
1 parent 6dc9071 commit 90172a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/tauri/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1068,9 +1068,8 @@ where
return Err(e);
}

buf.extend_from_slice(
format!("Content-Type: {}", MimeType::parse(&tmp_buf, path)).as_bytes(),
);
buf
.extend_from_slice(format!("Content-Type: {}", MimeType::parse(&tmp_buf, path)).as_bytes());

buf.extend_from_slice("\r\n".as_bytes());
buf.extend_from_slice("\r\n".as_bytes());
Expand Down

0 comments on commit 90172a8

Please sign in to comment.