chore: fmt

This commit is contained in:
ppedziwiatr
2021-09-23 19:11:53 +02:00
parent 2ee0e4354a
commit d2adc33f08

View File

@@ -57,8 +57,7 @@ export class DefaultStateEvaluator implements StateEvaluator {
let validity = deepCopy(baseState.validity);
this.logger.info(
`Evaluating state for ${executionContext.contractDefinition.txId}
[${missingInteractions.length} non-cached of ${executionContext.sortedInteractions.length} all]`
`Evaluating state for ${executionContext.contractDefinition.txId} [${missingInteractions.length} non-cached of ${executionContext.sortedInteractions.length} all]`
);
let lastEvaluatedInteraction = null;