clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I9230bbf1838e1e34ee6b6b49553a59fc9245cca1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/mocked_association_interface.hpp b/test/mocked_association_interface.hpp
index 70e6d01..21c6bfc 100644
--- a/test/mocked_association_interface.hpp
+++ b/test/mocked_association_interface.hpp
@@ -9,11 +9,11 @@
public:
MockedAssociationInterface() = default;
MockedAssociationInterface(const MockedAssociationInterface&) = delete;
- MockedAssociationInterface&
- operator=(const MockedAssociationInterface&) = delete;
+ MockedAssociationInterface& operator=(const MockedAssociationInterface&) =
+ delete;
MockedAssociationInterface(MockedAssociationInterface&&) = delete;
- MockedAssociationInterface&
- operator=(MockedAssociationInterface&&) = delete;
+ MockedAssociationInterface& operator=(MockedAssociationInterface&&) =
+ delete;
~MockedAssociationInterface() override = default;