From b60f90101557e50104e8736befe8c24c8ace4dff Mon Sep 17 00:00:00 2001 From: lmiq Date: Thu, 15 Feb 2024 13:41:06 -0300 Subject: [PATCH] replace Formatting by Format --- Project.toml | 4 ++-- src/PDBTools.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9f3f0f5..4606100 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" diff --git a/src/PDBTools.jl b/src/PDBTools.jl index 1dacd55..b13d5ad 100644 --- a/src/PDBTools.jl +++ b/src/PDBTools.jl @@ -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