From 49fabe5291ae70f77c64fc8e4bf68c8e8e378a46 Mon Sep 17 00:00:00 2001 From: Yuchen Liang Date: Mon, 20 Jan 2025 15:01:28 -0500 Subject: [PATCH] add newlines Signed-off-by: Yuchen Liang --- .gitignore | 2 +- scripts/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cccf14..bf5befe 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ Cargo.lock # The memo table database for testing purposes. test_memo.db # Storing environment variables. -.env \ No newline at end of file +.env diff --git a/scripts/setup.sh b/scripts/setup.sh index ed228b4..7bc6ed2 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -5,4 +5,4 @@ cargo install cargo-binstall && cargo binstall diesel_cli && # Setup a new database and runs the migrations. echo DATABASE_URL=test_memo.db > .env && -diesel setup \ No newline at end of file +diesel setup