diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 9ac9420..7100a3d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -26,7 +26,6 @@ jobs: echo $file echo clang-format -style=file $file clang-format -style=file $file > temp - cat temp echo diff $file temp diff $file temp diff=$(diff $file temp)