Skip to content

Commit aa2bab8

Browse files
authored
Remove code style from deprecated message (#6753)
1 parent 123c9d7 commit aa2bab8

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

+1-1
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)