Skip to content

Commit 97976ce

Browse files
fix format
1 parent 7000381 commit 97976ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AlgebraicMultigrid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Printf
99
@reexport import CommonSolve: solve, solve!, init
1010
using Reexport
1111

12-
using LinearAlgebra: rmul!,qr
12+
using LinearAlgebra: rmul!, qr
1313

1414
include("utils.jl")
1515
export approximate_spectral_radius

0 commit comments

Comments
 (0)