Skip to content

Commit

Permalink
replace Formatting by Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 15, 2024
1 parent a4bbc4d commit b60f901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "1.1.1-DEV"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Expand All @@ -21,7 +21,7 @@ AtomsBase = "0.3.4"
Dates = "1.6"
Documenter = "1"
Downloads = "1.4"
Formatting = "0.4"
Format = "1"
InteractiveUtils = "1.6"
LinearAlgebra = "1.6"
Parameters = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion src/PDBTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module PDBTools
import Dates
import Downloads
import InteractiveUtils
using Formatting: format
using Format: format
using LinearAlgebra: norm
using Parameters: @unpack
using Printf: @printf, @sprintf
Expand Down

0 comments on commit b60f901

Please sign in to comment.