Skip to content

Commit 6cdd2a5

Browse files
committed
Fix formatting issue
1 parent 8740bbd commit 6cdd2a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_tree_construction.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ for unaop in [cos, exp, safe_log, safe_log2, safe_log10, safe_sqrt, relu, gamma,
3838

3939
# Test Basics
4040
@test n == 9
41-
@test n == count_nodes_with_stack(const_tree, Vector{typeof(const_tree)}(undef, 100))
41+
@test n ==
42+
count_nodes_with_stack(const_tree, Vector{typeof(const_tree)}(undef, 100))
4243
@test result == true_result
4344

4445
types_to_test = [Float32, Float64, BigFloat]

0 commit comments

Comments
 (0)