Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Alami-Amine committed Oct 31, 2024
1 parent 4f20cd6 commit d7173e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/core/StringBuilderAdapters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ void PrintTo(const CHIP_ERROR & err, std::ostream * os)
*os << "CHIP_ERROR:<" << err.Format() << ">";
}
} // namespace chip
#endif //CHIP_CONFIG_TEST_GOOGLETEST
#endif // CHIP_CONFIG_TEST_GOOGLETEST
2 changes: 1 addition & 1 deletion src/lib/core/StringBuilderAdapters.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ namespace chip {
/// This enhances the readability and diagnostic information in GoogleTest test logs.
void PrintTo(const CHIP_ERROR & err, std::ostream * os);
} // namespace chip
#endif //CHIP_CONFIG_TEST_GOOGLETEST
#endif // CHIP_CONFIG_TEST_GOOGLETEST

0 comments on commit d7173e2

Please sign in to comment.