chiark / gitweb /
cargo: Add trailing newlines back plus a guard comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 29 Mar 2021 20:48:36 +0000 (21:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 29 Mar 2021 20:48:36 +0000 (21:48 +0100)
Somehow I seem to keep stripping these and it is annoying.  Maybe this
will help make it noticeable.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
apitest/Cargo.toml
base/Cargo.toml
daemon/Cargo.toml
wasm/Cargo.toml
wdriver/Cargo.toml

index 11f43de98aaf6568ce65e80a10b89835ce3d62f3..0a179917f78879e21c61a6518ddcac6640656cd7 100644 (file)
@@ -82,4 +82,6 @@ version="0.3.0"
 authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
 
 [workspace]
-members=["wasm", "daemon", "wdriver", "apitest"]
\ No newline at end of file
+members=["wasm", "daemon", "wdriver", "apitest"]
+
+#fin.
index d348f404f0757752d02dbd0da0c95098d8299b27..32b31055522c806e19eb5fa69a6122b26ca3b08f 100644 (file)
@@ -35,4 +35,6 @@ edition="2018"
 license="AGPL-3.0-or-later"
 name="otter-api-tests"
 version="0.0.1"
-authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
\ No newline at end of file
+authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+
+#fin.
index 2c7d095cbd9bf466657898f1b3591ac451529bcc..11569b44acb4f9a481126b5e594f27db73be7b03 100644 (file)
@@ -27,3 +27,5 @@ fehler = "1"
 serde = { version = "1", features = ["derive","rc"] }
 serde_with = "1"
 thiserror = "1"
+
+#fin.
index 5f242365cd513c2b3eec645211597603c22dc5ed..7670c45c8d2df9bc8101b23bf79a5278e343164c 100644 (file)
@@ -38,4 +38,6 @@ edition="2018"
 license="AGPL-3.0-or-later"
 name="otter-daemon"
 version="0.0.1"
-authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
\ No newline at end of file
+authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+
+#fin.
index a05e3475f7d9730dbe5434f5e0200c7d53bc8517..f831d1d55cb56471b96df33f805dda20ad15ceac 100644 (file)
@@ -22,4 +22,6 @@ edition="2018"
 license="AGPL-3.0-or-later"
 name="otter-wasm"
 version="0.0.1"
-authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
\ No newline at end of file
+authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+
+#fin.
index 4e10399d5f85fe9ae5c9c4d84639c83de38fa4ed..d60596d1a8d70616da2c8278f8e578440117404c 100644 (file)
@@ -27,4 +27,6 @@ edition="2018"
 license="AGPL-3.0-or-later"
 name="otter-webdriver-tests"
 version="0.0.1"
-authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
\ No newline at end of file
+authors=["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+
+#fin.