Skip to content

Commit a499327

Browse files
committed
fix imports
1 parent a8972bd commit a499327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_linear_algebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using LinearAlgebra: norm, tr
1+
using LinearAlgebra: norm, normalize, normalize!, tr
22
using Test: @test, @testset
33

44
using BlockArrays: BlockArrays

0 commit comments

Comments
 (0)