Skip to content

Commit ec7b276

Browse files
committed
More consistent line wrapping
1 parent 170f889 commit ec7b276

File tree

1 file changed

+1
-2
lines changed
  • crashlytics/app/src/main/java/com/google/firebase/example/crashlytics/kotlin

1 file changed

+1
-2
lines changed

crashlytics/app/src/main/java/com/google/firebase/example/crashlytics/kotlin/MainActivity.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ class MainActivity : AppCompatActivity() {
8484
} catch (e: Exception) {
8585
Firebase.crashlytics.recordException(
8686
e,
87-
mapOf("key_1" to "value_1", "key_2" to "value_2"),
88-
)
87+
mapOf("key_1" to "value_1", "key_2" to "value_2"))
8988
// handle your exception here
9089
}
9190
// [END crash_log_caught_ex_custom_keys]

0 commit comments

Comments
 (0)