From 11cae475322ada81296aff8de5d503d1f25811da Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Fri, 21 May 2021 20:44:15 -0400 Subject: [PATCH] Fix whitespace in `Project.toml` to match the way that Pkg prints it out --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6405cd5..9f7bf3a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,7 @@ name = "Example" uuid = "7876af07-990d-54b4-ab0e-23690620f79a" version = "0.5.4" + [compat] julia = "1" @@ -9,4 +10,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"] -