aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/whitespace.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/whitespace.yml b/.github/workflows/whitespace.yml
index 18d470887..3f27966fd 100644
--- a/.github/workflows/whitespace.yml
+++ b/.github/workflows/whitespace.yml
@@ -17,7 +17,7 @@ jobs:
-
name: Remove Trailing Whitespaces
run: |
- find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i '' 's/[[:space:]]\{1,\}$//' {} \+
+ find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i 's/[[:space:]]\{1,\}$//' {} \+
-
name: Set up Git
env: