Skip to content

Commit faf6837

Browse files
committed
format
1 parent c9f8010 commit faf6837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/setup.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end
7878

7979
function random_fusion(I::Type{<:Sector}, ::Val{N}) where {N} # for fusion tree tests
8080
N == 1 && return (randsector(I),)
81-
tail = random_fusion(I, Val(N-1))
81+
tail = random_fusion(I, Val(N - 1))
8282
s = randsector(I)
8383
while isempty((s, first(tail)))
8484
s = randsector(I)

0 commit comments

Comments
 (0)