From 8ec18f34412e691356bf431b3d81ca08937a9c36 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 31 Aug 2018 01:31:25 -0400 Subject: Fix no newline at end of files for whole repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ee9c89e..5bc5138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ diesel = { version = "1.3.0", features = ["postgres"] } actix = "0.7" actix-web = "^0.7" serde = "1.0" -serde_derive = "1.0" \ No newline at end of file +serde_derive = "1.0" -- cgit