Removed redundant whitespace.

This commit is contained in:
Clinton Alexander 2016-10-24 18:36:19 +01:00
parent 0877c60c00
commit af902ee4df

View File

@ -212,7 +212,6 @@ abstract class AbstractNode(open val configuration: NodeConfiguration, val netwo
protocolLogicFactory = initialiseProtocolLogicFactory()
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
customServices.clear()