Skip to content

Commit 41df4a6

Browse files
committed
Fixing newline
1 parent 1f1d6b0 commit 41df4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/includes/send-email-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ executorService.submit(() -> {
275275
poller.subscribe(
276276
response -> {
277277
if (response.getStatus() == LongRunningOperationStatus.SUCCESSFULLY_COMPLETED) {
278-
System.out.printf("Successfully sent the email (operation id: %s)%n", response.getValue().getId());
278+
System.out.printf("Successfully sent the email (operation id: %s)\n", response.getValue().getId());
279279
}
280280
else {
281281
// The operation ID can be retrieved as soon as the first response is recieved from the PollerFlux.

0 commit comments

Comments
 (0)