Skip to content

Commit c207eac

Browse files
committed
Break long line to multiple lines so it's easier to read
1 parent 335d80f commit c207eac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

turbo/src/main/kotlin/dev/hotwire/turbo/session/TurboSession.kt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,13 @@ class TurboSession internal constructor(
679679
visitProposedToLocation(location, options.toJson())
680680
}
681681

682-
logEvent("shouldOverrideUrlLoading", "location" to location, "shouldOverride" to shouldOverride, "willProposeThrottledVisit" to willProposeThrottledVisit)
682+
logEvent(
683+
"shouldOverrideUrlLoading",
684+
"location" to location,
685+
"shouldOverride" to shouldOverride,
686+
"willProposeThrottledVisit" to willProposeThrottledVisit
687+
)
688+
683689
return shouldOverride
684690
}
685691

0 commit comments

Comments
 (0)