mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-17 19:09:37 +00:00
[PR #597] [bug fix] fix code formatting during CI #1042
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/597
State: closed
Merged: Yes
Description of Change
Code formatting failed in CI steps by
clang-tidy. Added explicitclang-formatcommand.References
This is analogous to the issue TheAlgorithms/C-Plus-Plus#1032 and its corresponding solution TheAlgorithms/C-Plus-Plus#1052.
Checklist
Tested in the above referenced PR and same commands used here as well.
Relevant documentation/comments is changed or addedNotes: