Skip to content

Commit cd06623

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
99
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
1010
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1111
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
12-
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
12+
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
1313
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
1414
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -25,7 +25,7 @@ BlockBandedMatrices = "0.11, 0.12"
2525
ContinuumArrays = "0.10, 0.11, 0.12"
2626
FastGaussQuadrature = "0.4, 0.5"
2727
FillArrays = "0.12,0.13, 1"
28-
Formatting = "0.4"
28+
Format = "1.3"
2929
IntervalSets = "0.5.1,0.6,0.7"
3030
LazyArrays = "0.22, 1"
3131
OffsetArrays = "1.1"

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)