From e017463fb7baac645aaf4637d9c6d4befdf6eeb0 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 29 Jul 2021 14:28:55 +0200 Subject: [PATCH] STY: formatting --- test/test_transaction.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp index 72fb1a4..f24d7d5 100644 --- a/test/test_transaction.cpp +++ b/test/test_transaction.cpp @@ -18,8 +18,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * */ -#include <iostream> -#include <memory> // for unique_ptr, allocator, __shar... #include "caosdb/connection.h" // for Connection, ConnectionManager #include "caosdb/entity.h" // for Entity, Messages, Message #include "caosdb/message_code.h" // for ENTITY_DOES_NOT_EXIST, Messag... @@ -29,6 +27,7 @@ #include "gtest/gtest-message.h" // for Message #include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver #include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult +#include <memory> // for unique_ptr, allocator, __shar... namespace caosdb::transaction { using caosdb::entity::MessageCode; -- GitLab