Skip to content

Commit 3244cda

Browse files
committed
formatting
1 parent 76c60af commit 3244cda

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utility/utility.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ function _embedders(spaces)
8989
return maps
9090
end
9191

92-
9392
#=
9493
map every element in the tensormap to dfun(E)
9594
allows us to create random tensormaps for any storagetype
@@ -151,5 +150,5 @@ function check_ambiguous_braiding(::Type{Bool}, V::VectorSpace)
151150
end
152151
function check_ambiguous_braiding(V::VectorSpace)
153152
return check_ambiguous_braiding(Bool, V) ||
154-
throw(ArgumentError("cannot unambiguously braid $V"))
153+
throw(ArgumentError("cannot unambiguously braid $V"))
155154
end

0 commit comments

Comments
 (0)