From 2f62130c96b2fbd2de3e3af8126349293b3a088c Mon Sep 17 00:00:00 2001 From: rohan19a <46227014+rohan19a@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:22:49 -0800 Subject: [PATCH] ktlintFormat update Signed-off-by: rohan19a <46227014+rohan19a@users.noreply.github.com> --- .../notifications/core/destinations/ChimeDestinationTests.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications/core/src/test/kotlin/org/opensearch/notifications/core/destinations/ChimeDestinationTests.kt b/notifications/core/src/test/kotlin/org/opensearch/notifications/core/destinations/ChimeDestinationTests.kt index eda3abf3..ced920e1 100644 --- a/notifications/core/src/test/kotlin/org/opensearch/notifications/core/destinations/ChimeDestinationTests.kt +++ b/notifications/core/src/test/kotlin/org/opensearch/notifications/core/destinations/ChimeDestinationTests.kt @@ -101,8 +101,8 @@ internal class ChimeDestinationTests { val title = "test Chime" val messageText = "{\"Content\":\"Message gughjhjlkh Body emoji test: :) :+1: " + - "link test: http://sample.com email test: marymajor@example.com All member call out: " + - "@All All Present member call out: @Present\"}" + "link test: http://sample.com email test: marymajor@example.com All member call out: " + + "@All All Present member call out: @Present\"}" val url = "https://abc/com" val destination = ChimeDestination(url)