diff --git a/.gitignore b/.gitignore index 0fa0401..2de65c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ target /.idea /build-* -**/Cargo.lock \ No newline at end of file +**/Cargo.lock diff --git a/Makefile b/Makefile index ecd5f56..ed8fe22 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,3 @@ build: run_tests: cd .ci && ./run_all_tests.sh - \ No newline at end of file