Fix whitespace

This commit is contained in:
Christian Sailer 2017-10-30 13:49:08 +00:00
parent 3f43d8ad21
commit bad31658fb

View File

@ -49,7 +49,7 @@ interface NodeConfiguration : NodeSSLConfiguration {
val detectPublicIp: Boolean get() = true
}
fun NodeConfiguration.shouldCheckCheckpoints(): Boolean{
fun NodeConfiguration.shouldCheckCheckpoints(): Boolean {
return this.devMode && this.devModeOptions?.disableCheckpointChecker != true
}