Skip to content

Commit 289d424

Browse files
committed
Formatting
1 parent bb81436 commit 289d424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matricize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function unmatricize(m::AbstractMatrix, axes_dest, invbiperm::AbstractBlockPermu
187187
end
188188
function unmatricize(
189189
style::FusionStyle, m::AbstractMatrix, axes_dest,
190-
invbiperm::AbstractBlockPermutation{2}
190+
invbiperm::AbstractBlockPermutation{2},
191191
)
192192
return unmatricize(style, m, axes_dest, blocks(invbiperm)...)
193193
end

0 commit comments

Comments
 (0)