Skip to content

Commit 944418c

Browse files
author
Gomzin RS
committed
[EDIT] editing formatting PuppyDetailViewModel.kt
1 parent f8d2ebc commit 944418c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/example/androiddevchallenge/ui/viewmodel/PuppyDetailViewModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class PuppyDetailViewModel(
4141
class Factory(
4242
private val puppyId: Int
4343
) : ViewModelProvider.NewInstanceFactory() {
44+
4445
@Suppress("UNCHECKED_CAST")
4546
override fun <T : ViewModel?> create(modelClass: Class<T>): T {
4647
return PuppyDetailViewModel(puppyId) as T

0 commit comments

Comments
 (0)