Skip to content

Commit

Permalink
fix dup line after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby committed Aug 2, 2024
1 parent 1c151da commit 71a8395
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public actual fun Firebase.performance(app: FirebaseApp): FirebasePerformance =
public val FirebasePerformance.js get() = js

public actual class FirebasePerformance internal constructor(internal val js: JsFirebasePerformance) {
public actual class FirebasePerformance internal constructor(public val js: JsFirebasePerformance) {

public actual fun newTrace(traceName: String): Trace = rethrow {
Trace(trace(js, traceName))
Expand Down

0 comments on commit 71a8395

Please sign in to comment.