Skip to content

Commit 590dc12

Browse files
Formatting and modules removed.
1 parent 2ecf542 commit 590dc12

File tree

1 file changed

+1
-1
lines changed
  • onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/services

1 file changed

+1
-1
lines changed

onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/services/QueryDsl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class QueryDsl<T : ContractState> internal constructor(
352352
* Copies properties of the root criteria to any sub-criteria.
353353
*/
354354
private fun QueryCriteria.withRootCriteria(): QueryCriteria {
355-
return if(queryCriteria is CommonQueryCriteria) {
355+
return if (queryCriteria is CommonQueryCriteria) {
356356
when (this) {
357357
is VaultQueryCriteria -> copy(
358358
contractStateTypes = vaultCriteria.contractStateTypes,

0 commit comments

Comments
 (0)