Code formatting

This commit is contained in:
2026-07-06 23:08:44 -04:00
parent d77ad06fde
commit ac7363cbf2
+6 -1
View File
@@ -17,7 +17,12 @@ pub async fn send_messages(
schedule_at: None,
};
let mut sendmsg = swoosh::SendMsg::default();
sendmsg.load_config(&config.auth_token, &config.phone_number, &config.service_sid, &config.account_sid);
sendmsg.load_config(
&config.auth_token,
&config.phone_number,
&config.service_sid,
&config.account_sid,
);
sendmsg.load_recipient(&contact.phone_number);
sendmsg.load_message(&message.content);
match sendmsg.send_message(&param).await {