From f20e588ec1a19bcfbbd28de7b0636951edc40d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lecrenier?= Date: Wed, 17 Aug 2022 07:44:33 +0200 Subject: [PATCH] Make sure there is one newline at eof in cargo.toml --- cli/Cargo.toml | 1 - helpers/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9ca03894b..e012c8a33 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -19,4 +19,3 @@ bimap = "0.6.2" csv = "1.1.6" stderrlog = "0.5.1" mimalloc = { version = "0.1.29", default-features = false } - diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index 4d32dc32a..1167bd353 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -14,4 +14,4 @@ milli = { path = "../milli" } stderrlog = "0.5.1" structopt = { version = "0.3.26", default-features = false } -mimalloc = { version = "0.1.29", default-features = false } \ No newline at end of file +mimalloc = { version = "0.1.29", default-features = false }