Skip to content

Commit 0b6569c

Browse files
committed
remove trailing comma which was causing a build error
1 parent af2e3bd commit 0b6569c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)