Skip to content

Commit 8ab219c

Browse files
authoredOct 15, 2018
Kotlin style fixes (firebase#699)
1 parent ed84b6e commit 8ab219c

File tree

124 files changed

+923
-690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+923
-690
lines changed
 

‎.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[*.{java,kt}]
2+
max_line_length = 120

‎admob/app/src/main/java/com/google/samples/quickstart/admobexample/EntryChoiceActivity.kt

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package com.google.samples.quickstart.admobexample
33
import android.content.Intent
44
import com.firebase.example.internal.BaseEntryChoiceActivity
55
import com.firebase.example.internal.Choice
6-
import com.google.android.gms.common.util.CollectionUtils.listOf
76
import com.google.samples.quickstart.admobexample.java.MainActivity
87

98
class EntryChoiceActivity : BaseEntryChoiceActivity() {
@@ -20,5 +19,4 @@ class EntryChoiceActivity : BaseEntryChoiceActivity() {
2019
Intent(this, com.google.samples.quickstart.admobexample.kotlin.MainActivity::class.java))
2120
)
2221
}
23-
2422
}

0 commit comments

Comments
 (0)
Please sign in to comment.