mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Make lint happy
This commit is contained in:
parent
902eea17a5
commit
2d28a30ea4
|
@ -5,7 +5,7 @@ import java.io.File
|
|||
|
||||
fun main() {
|
||||
|
||||
File("_data/chains").listFiles().forEach {
|
||||
File("_data/chains").listFiles()?.forEach {
|
||||
checkChain(it, false)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user