cargo fmt
swoosh pr / Rustfmt (pull_request) Successful in 1m4s
swoosh pr / Check (pull_request) Successful in 1m13s
Release Tagging / release (pull_request) Successful in 33s
swoosh pr / Clippy (pull_request) Successful in 1m44s

This commit is contained in:
2026-07-04 20:55:19 -04:00
parent 1a94dc2c5e
commit d61051a997
+4 -2
View File
@@ -58,8 +58,10 @@ impl SendMsg {
};
let url = twilio::api::twilio_url(&self.config.account_sid);
let headers =
match twilio::api::init_headers(&self.config.account_sid, &self.config.auth_token) {
let headers = match twilio::api::init_headers(
&self.config.account_sid,
&self.config.auth_token,
) {
Ok(headers) => headers,
Err(err) => {
return Err(std::io::Error::other(err));