mirror of
https://github.com/corda/corda.git
synced 2025-06-02 15:40:53 +00:00
Removed redundant whitespace.
This commit is contained in:
parent
0877c60c00
commit
af902ee4df
@ -212,7 +212,6 @@ abstract class AbstractNode(open val configuration: NodeConfiguration, val netwo
|
|||||||
protocolLogicFactory = initialiseProtocolLogicFactory()
|
protocolLogicFactory = initialiseProtocolLogicFactory()
|
||||||
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
|
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
|
||||||
|
|
||||||
|
|
||||||
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
|
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
|
||||||
|
|
||||||
customServices.clear()
|
customServices.clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user