We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f8010 commit faf6837Copy full SHA for faf6837
1 file changed
test/setup.jl
@@ -78,7 +78,7 @@ end
78
79
function random_fusion(I::Type{<:Sector}, ::Val{N}) where {N} # for fusion tree tests
80
N == 1 && return (randsector(I),)
81
- tail = random_fusion(I, Val(N-1))
+ tail = random_fusion(I, Val(N - 1))
82
s = randsector(I)
83
while isempty(⊗(s, first(tail)))
84
0 commit comments