From 66ab232c9d9a828c9fa79ebc39a0e0b5822ea7a8 Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Tue, 21 Nov 2023 00:57:18 +1100 Subject: [PATCH] Updated .gitignore, Cargo.toml and release.yaml files This commit adds newline at the end of the .gitignore and release.yaml files to adhere to posix standard while removing unnecessary whitespace in Cargo.toml file. Changes are made for better code health and adhering to standards. --- .github/workflows/release.yaml | 1 - .gitignore | 2 +- Cargo.toml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d945bec..937c895 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,4 +31,3 @@ jobs: with: name: Binary path: ${{ steps.compile.outputs.BUILT_ARCHIVE }} - diff --git a/.gitignore b/.gitignore index 40d9aca..d81f12e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /target -/.idea \ No newline at end of file +/.idea diff --git a/Cargo.toml b/Cargo.toml index e900da1..7c97bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,3 @@ strip = true # Automatically strip symbols from the binary. opt-level = "z" # Optimize for size. lto = true codegen-units = 1 -