From 7cfc1e96aff45dbe4419bb558acb018fdda8e79f Mon Sep 17 00:00:00 2001 From: bohdan-go-wombat Date: Fri, 28 Jul 2023 13:56:10 +0300 Subject: [PATCH] addressing ktlint for DIA-2458-review-message-param --- .../cmplibrary/data/network/model/MessageModelReqExt.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/data/network/model/MessageModelReqExt.kt b/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/data/network/model/MessageModelReqExt.kt index 955ef9750..210acb74c 100644 --- a/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/data/network/model/MessageModelReqExt.kt +++ b/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/data/network/model/MessageModelReqExt.kt @@ -12,4 +12,4 @@ internal fun IncludeData.toJsonObject(): JSONObject { put("customVendorsResponse", JSONObject().apply { put("type", customVendorsResponse.type) }) put("webConsentPayload", JSONObject().apply { put("type", webConsentPayload.type) }) } -} \ No newline at end of file +}