close #317
This commit is contained in:
parent
fc62374f75
commit
1cf08a135c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ object OpOr : ConstMediaAction {
|
|||
},
|
||||
{ list1 ->
|
||||
val list2 = args.getList(1, argc)
|
||||
list1 + list2.filter { x -> list1.none { Iota.tolerates(x, it) } }.asActionResult
|
||||
(list1 + list2.filter { x -> list1.none { Iota.tolerates(x, it) } }).asActionResult
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue