Skip to content

Commit

Permalink
🔧 Update clang-format (#3)
Browse files Browse the repository at this point in the history
* 🔧 Update clang-format

* edit to fix new CI issue
  • Loading branch information
MaliaLabor authored Sep 11, 2024
1 parent 8495c57 commit df3012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ FixNamespaceComments: true
SpacesBeforeTrailingComments: 2
ColumnLimit: 80
QualifierAlignment: Right
InsertNewlineAtEOF: true
2 changes: 1 addition & 1 deletion tests/main.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ extern void iot_test();
int main()
{
hal::iot::iot_test();
}
}

0 comments on commit df3012a

Please sign in to comment.