Commit 37e3a81f authored by Yong Tang's avatar Yong Tang

Remove redundant `''` as Linux does not need it.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 263423ed
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment