Skip to content

Commit 5e5f54a

Browse files
fix: formatting
1 parent 81d8df1 commit 5e5f54a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

saas-modules/twilio-whatsapp/src/main/java/com/baeldung/twilio/whatsapp/WhatsappMessageDispatcher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public void dispatchNewArticleNotification(String phoneNumber, String articleUrl
2626

2727
Message.creator(toPhoneNumber, messagingSid, "")
2828
.setContentSid(contentSid)
29-
.setContentVariables(contentVariables.toString()).create();
29+
.setContentVariables(contentVariables.toString())
30+
.create();
3031
}
3132

3233
public void dispatchReplyMessage(String phoneNumber, String username) {

0 commit comments

Comments
 (0)