Skip to content

Commit

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

* edit to fix new clang-format issue
  • Loading branch information
MaliaLabor authored Sep 11, 2024
1 parent 7cde263 commit 5ada352
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 storage_test();
int main()
{
hal::storage::storage_test();
}
}

0 comments on commit 5ada352

Please sign in to comment.