1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Formatting.

This commit is contained in:
Cedric Beust 2016-07-02 17:55:07 -07:00
parent 1986ef95ca
commit 4b6d53d3dd

View file

@ -82,7 +82,9 @@ class KobaltSettings @Inject constructor(val xmlFile: KobaltSettingsXml) {
map { proxyXml->
ProxyConfig(proxyXml.host, toIntOr(proxyXml.port, 0), proxyXml.type, proxyXml.nonProxyHosts)
}
} else null
} else {
null
}
}
var kobaltCompilerVersion = xmlFile.kobaltCompilerVersion