Changed listOf to emptyList
This commit is contained in:
parent
427d838a12
commit
e05b0df331
|
|
@ -35,7 +35,7 @@ class AndroidLinter : Linter {
|
|||
}
|
||||
.flatten()
|
||||
} else {
|
||||
listOf()
|
||||
emptyList()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue