Skip to content

Commit 3f3342a

Browse files
format
1 parent dce3589 commit 3f3342a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/esn/esn_inits.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ end
77

88
function throw_sparse_error(return_sparse)
99
if return_sparse && !haskey(Base.loaded_modules, :SparseArrays)
10-
error("""\n
11-
Sparse output requested but SparseArrays.jl is not loaded.
12-
Please load it with:
10+
error("""\n
11+
Sparse output requested but SparseArrays.jl is not loaded.
12+
Please load it with:
1313
14-
using SparseArrays\n
15-
""")
14+
using SparseArrays\n
15+
""")
1616
end
1717
end
1818

0 commit comments

Comments
 (0)