Skip to content

Commit 3a42bce

Browse files
committed
style: formatting
1 parent 166059d commit 3a42bce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_structured_expression.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ end
114114
This is a composite `AbstractExpression` object that composes multiple
115115
expressions during evaluation.
116116
=#
117-
ex = StructuredExpression((; f, g); structure=nt -> nt.f + nt.g, operators, variable_names)
117+
ex = StructuredExpression(
118+
(; f, g); structure=nt -> nt.f + nt.g, operators, variable_names
119+
)
118120
ex
119121
@test typeof(ex) <: AbstractExpression{Float64,<:Node{Float64}} #src
120122
#=

0 commit comments

Comments
 (0)