Skip to content

Commit f56644f

Browse files
Addressed PR formatting issue.
1 parent db24423 commit f56644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ infix fun <T : StatePersistable, P : Comparable<P>> KProperty1<T, P?>.within(val
135135
* @return Returns a [ColumnPredicateExpression] representing the specified custom query criterion.
136136
*/
137137
infix fun <T : StatePersistable, P : Comparable<P>> KProperty1<T, P?>.notWithin(value: Collection<P>)
138-
: ColumnPredicateExpression<T, P> = predicate(Builder.notIn(value))
138+
: ColumnPredicateExpression<T, P> = predicate(Builder.notIn(value))

0 commit comments

Comments
 (0)