Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpt-harlock authored Jan 2, 2025
1 parent 66ede46 commit 3e6c566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3e6c566

Please sign in to comment.