Skip to content

Commit

Permalink
Break long line to multiple lines so it's easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Mar 2, 2022
1 parent 335d80f commit c207eac
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,13 @@ class TurboSession internal constructor(
visitProposedToLocation(location, options.toJson())
}

logEvent("shouldOverrideUrlLoading", "location" to location, "shouldOverride" to shouldOverride, "willProposeThrottledVisit" to willProposeThrottledVisit)
logEvent(
"shouldOverrideUrlLoading",
"location" to location,
"shouldOverride" to shouldOverride,
"willProposeThrottledVisit" to willProposeThrottledVisit
)

return shouldOverride
}

Expand Down

0 comments on commit c207eac

Please sign in to comment.