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