Skip to content
Snippets Groups Projects
Verified Commit e017463f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting

parent 49b14570
No related branches found
No related tags found
1 merge request!2Error handling
Pipeline #10896 failed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * 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/connection.h" // for Connection, ConnectionManager
#include "caosdb/entity.h" // for Entity, Messages, Message #include "caosdb/entity.h" // for Entity, Messages, Message
#include "caosdb/message_code.h" // for ENTITY_DOES_NOT_EXIST, Messag... #include "caosdb/message_code.h" // for ENTITY_DOES_NOT_EXIST, Messag...
...@@ -29,6 +27,7 @@ ...@@ -29,6 +27,7 @@
#include "gtest/gtest-message.h" // for Message #include "gtest/gtest-message.h" // for Message
#include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver #include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult #include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult
#include <memory> // for unique_ptr, allocator, __shar...
namespace caosdb::transaction { namespace caosdb::transaction {
using caosdb::entity::MessageCode; using caosdb::entity::MessageCode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment