Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Commit eee9338

Browse files
committed
add newlines at the end of files (mostly for pipeline retrigger)
1 parent 9289e61 commit eee9338

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/androidTest/java/androidx/core/widget/AdapterViewTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ class AdapterViewTest {
214214
}
215215
}
216216
}
217-
}
217+
}

src/main/java/androidx/core/widget/AdapterView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ inline fun <T> AdapterView<*>.onItemSelected(
110110
onItemSelected(parent.getItemAtPosition(position) as T)
111111
}
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)