Skip to content

Commit 07f57fc

Browse files
borisdevoslkdvos
authored andcommitted
format
1 parent c4618ae commit 07f57fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/spaces.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ println("------------------------------------")
209209
@test @constinferred(unitspace(V)) == W == unitspace(typeof(V))
210210
@test @constinferred(zerospace(V)) == GradedSpace(unit(I) => 0)
211211
# randsector never returns trivial sector, so this cannot error
212-
@test_throws ArgumentError GradedSpace(unit(I) => 1, randsector(I) => 0, unit(I) => 3)
212+
@test_throws ArgumentError GradedSpace(unit(I) => 1, randsector(I) => 0,
213+
unit(I) => 3)
213214
@test eval(Meta.parse(sprint(show, W))) == W
214215
@test isa(V, VectorSpace)
215216
@test isa(V, ElementarySpace)

0 commit comments

Comments
 (0)