clang-format: update with latest
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I329396457b83bb2eb8740629b4ac1fbe9106bced
diff --git a/test/serialization_tests.hpp b/test/serialization_tests.hpp
index c92237a..b6c24ed 100644
--- a/test/serialization_tests.hpp
+++ b/test/serialization_tests.hpp
@@ -4,10 +4,11 @@
#include <stdlib.h>
-#include <filesystem>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/test/sdbus_mock.hpp>
+#include <filesystem>
+
#include <gtest/gtest.h>
namespace phosphor
@@ -27,9 +28,7 @@
class TestSerialization : public testing::Test
{
public:
- TestSerialization() : dir(fs::path(mkdtemp(tmplt)))
- {
- }
+ TestSerialization() : dir(fs::path(mkdtemp(tmplt))) {}
~TestSerialization()
{