From: Ian Jackson Date: Sun, 21 Mar 2021 01:50:53 +0000 (+0000) Subject: cargo: Add two more missing newlines at end of files X-Git-Tag: otter-0.5.0~577 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=89515bc3017c4bb016b0ea1aebd0d3867d4b375f;p=otter.git cargo: Add two more missing newlines at end of files Signed-off-by: Ian Jackson --- diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 5f242365..9f359ff3 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -38,4 +38,4 @@ 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 "] diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 154e46a6..f30e25a9 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -19,4 +19,4 @@ 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 "]