From 59cf669a8775b2a3b12d507c1cf032dbc0e7bb90 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 29 Mar 2021 21:48:36 +0100 Subject: [PATCH] cargo: Add trailing newlines back plus a guard comment Somehow I seem to keep stripping these and it is annoying. Maybe this will help make it noticeable. Signed-off-by: Ian Jackson --- Cargo.toml | 4 +++- apitest/Cargo.toml | 4 +++- base/Cargo.toml | 2 ++ daemon/Cargo.toml | 4 +++- wasm/Cargo.toml | 4 +++- wdriver/Cargo.toml | 4 +++- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11f43de9..0a179917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,4 +82,6 @@ version="0.3.0" authors=["Ian Jackson "] [workspace] -members=["wasm", "daemon", "wdriver", "apitest"] \ No newline at end of file +members=["wasm", "daemon", "wdriver", "apitest"] + +#fin. diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index d348f404..32b31055 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -35,4 +35,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-api-tests" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/base/Cargo.toml b/base/Cargo.toml index 2c7d095c..11569b44 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -27,3 +27,5 @@ fehler = "1" serde = { version = "1", features = ["derive","rc"] } serde_with = "1" thiserror = "1" + +#fin. diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 5f242365..7670c45c 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -38,4 +38,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-daemon" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index a05e3475..f831d1d5 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -22,4 +22,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-wasm" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/wdriver/Cargo.toml b/wdriver/Cargo.toml index 4e10399d..d60596d1 100644 --- a/wdriver/Cargo.toml +++ b/wdriver/Cargo.toml @@ -27,4 +27,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-webdriver-tests" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. -- 2.30.2