Skip to content

Commit 0c3434e

Browse files
committed
remove trailing commas that were causing a build error
1 parent af2e3bd commit 0c3434e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/ChooserFragment.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class ChooserFragment : Fragment() {
9797
R.id.action_firebaseui,
9898
R.id.action_customauth,
9999
R.id.action_genericidp,
100-
R.id.action_mfa,
100+
R.id.action_mfa
101101
)
102102
private val CLASS_NAMES = arrayOf(
103103
"GoogleSignInFragment",
@@ -109,7 +109,7 @@ class ChooserFragment : Fragment() {
109109
"FirebaseUIFragment",
110110
"CustomAuthFragment",
111111
"GenericIdpFragment",
112-
"MultiFactorFragment",
112+
"MultiFactorFragment"
113113
)
114114
private val DESCRIPTION_IDS = intArrayOf(
115115
R.string.desc_google_sign_in,

0 commit comments

Comments
 (0)