Skip to content

Commit 06225d8

Browse files
committed
Use Format.jl instead of Formatting.jl
1 parent 4b817a5 commit 06225d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.14"
4+
version = "0.3.15"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

src/CompactBases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ using BlockBandedMatrices
4444

4545
using FastGaussQuadrature
4646

47-
using Formatting
47+
using Format
4848
using RecipesBase
4949

5050
vandermonde(B::Basis) = B[locs(B),:]

0 commit comments

Comments
 (0)