Skip to content

Commit 2c6a4aa

Browse files
committed
Fix formatting
1 parent 0dd0df5 commit 2c6a4aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_generic_operators.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ using Test
33

44
## Test operators on strings:
55

6-
operators = GenericOperatorEnum(;
7-
binary_operators=(*,),
8-
)
6+
operators = GenericOperatorEnum(; binary_operators=(*,))
97

108
x1, x2, x3 = [Node(String; feature=i) for i in 1:3]
119
tree = x1 * " " * "World!"

0 commit comments

Comments
 (0)