clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I657f0cb5283a0b4177332d94a88af660f3de8f11
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/associations_test.cpp b/test/associations_test.cpp
index 6515ee3..8254838 100644
--- a/test/associations_test.cpp
+++ b/test/associations_test.cpp
@@ -141,8 +141,7 @@
class AssocsTest : public ::testing::Test
{
protected:
- AssocsTest() : ::testing::Test(), bus(sdbusplus::bus::new_default())
- {}
+ AssocsTest() : ::testing::Test(), bus(sdbusplus::bus::new_default()) {}
fs::path jsonDir;
sdbusplus::bus_t bus;