Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Nov 27, 2024
1 parent 88698c4 commit c7b13fa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class WebViewReader(
val pingYOffsetMax: Int? = null
) : AbstractEvent() {


// Public methods
override val dataPayload: Map<String, Any?>
get() {
Expand All @@ -48,7 +47,6 @@ class WebViewReader(
payload[Parameters.USERAGENT] = useragent

if (selfDescribingEventData != null) payload[Parameters.WEBVIEW_EVENT_DATA] = selfDescribingEventData

if (pageUrl != null) payload[Parameters.PAGE_URL] = pageUrl
if (pageTitle != null) payload[Parameters.PAGE_TITLE] = pageTitle
if (referrer != null) payload[Parameters.PAGE_REFR] = referrer
Expand All @@ -63,5 +61,4 @@ class WebViewReader(
if (pingYOffsetMax != null) payload[Parameters.PING_YOFFSET_MAX] = pingYOffsetMax
return payload
}

}

0 comments on commit c7b13fa

Please sign in to comment.