Changed listOf to emptyList

This commit is contained in:
Maksim Pozdeev 2022-08-04 15:58:27 +04:00
parent 427d838a12
commit e05b0df331
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class AndroidLinter : Linter {
}
.flatten()
} else {
listOf()
emptyList()
}
}