Skip to content

Commit 3d96c85

Browse files
committed
Format
1 parent edf81be commit 3d96c85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.firebase.crashlytics
1818

1919
/** Helper class to enable convenient syntax in [setCustomKeys] */
20-
class KeyValueBuilder private constructor(
20+
class KeyValueBuilder
21+
private constructor(
2122
private val crashlytics: FirebaseCrashlytics?,
2223
private val builder: CustomKeysAndValues.Builder,
2324
) {

0 commit comments

Comments
 (0)