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

Commit

Permalink
add newlines at the end of files (mostly for pipeline retrigger)
Browse files Browse the repository at this point in the history
  • Loading branch information
fada21 committed Apr 25, 2018
1 parent 9289e61 commit eee9338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ class AdapterViewTest {
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/androidx/core/widget/AdapterView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ inline fun <T> AdapterView<*>.onItemSelected(
onItemSelected(parent.getItemAtPosition(position) as T)
}
}
}
}

0 comments on commit eee9338

Please sign in to comment.