summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-01 10:20:20 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-01 10:20:20 +0300
commitaf537981334b2b29049d7636a5d742f3c026b38a (patch)
tree5bb17accd03fa2f289ed865af7bf1de81d9623b8
parent65d76e378cb0f7995a558e317f2cf371f415dc40 (diff)
downloadvmadm-af537981334b2b29049d7636a5d742f3c026b38a.tar.gz
fix: add newline to end of Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3664277..bf2f647 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,4 @@ bytesize = "1"
log = "0.4"
pretty_env_logger = "0.4"
shell-words = "1"
-directories-next = "2" \ No newline at end of file
+directories-next = "2"