Skip to content

Commit ba5841e

Browse files
remove excess whitepace
Co-authored-by: Elliot Saba <staticfloat@gmail.com>
1 parent 9794666 commit ba5841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tangent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
end
3636

3737
# Unit Test
38-
cb = TaylorBundle{1, Foo152}(Foo152(23.5), (Tangent{Foo152}(;x=1.0),))
38+
cb = TaylorBundle{1, Foo152}(Foo152(23.5), (Tangent{Foo152}(;x=1.0),))
3939
tti = TaylorTangentIndex(1,)
4040
@test cb[tti] == Tangent{Foo152}(; x=1.0)
4141

0 commit comments

Comments
 (0)