Skip to content

Commit 606a4bb

Browse files
mrobertejasd
authored andcommitted
Remove code style from deprecated message (#6753)
1 parent d32c474 commit 606a4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private constructor(
2323
private val builder: CustomKeysAndValues.Builder,
2424
) {
2525
@Deprecated(
26-
"Do not construct this directly. Use [setCustomKeys] instead. To be removed in the next major release."
26+
"Do not construct this directly. Use `setCustomKeys` instead. To be removed in the next major release."
2727
)
2828
constructor(crashlytics: FirebaseCrashlytics) : this(crashlytics, CustomKeysAndValues.Builder())
2929

0 commit comments

Comments
 (0)