Skip to content

Commit

Permalink
pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyukiYagihashi committed Mar 10, 2021
1 parent 96fb03a commit 58765b4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ class RealDroidKaigiAppViewModel @Inject constructor(
initialValue = DroidKaigiAppViewModel.State()
)

override fun event(event: DroidKaigiAppViewModel.Event) {
TODO("Not yet implemented")
}
override fun event(event: DroidKaigiAppViewModel.Event) {}
}

0 comments on commit 58765b4

Please sign in to comment.