diff --git a/src/linkahead/transaction.cpp b/src/linkahead/transaction.cpp
index 08d507f260c4e33b4349a6f0bf0f6af2e4779172..2af4cadfef5a33cc33ae1648c19ffe73a6d99d7b 100644
--- a/src/linkahead/transaction.cpp
+++ b/src/linkahead/transaction.cpp
@@ -19,7 +19,7 @@
  */
 #include "linkahead/transaction.h"
 #include "caosdb/entity/v1/main.pb.h"                                 // for EntityTransac...
-#include "caosdb/entity/v1/main.grpc.pb.h"                                 // for TransactionRe...
+#include "caosdb/entity/v1/main.grpc.pb.h"                            // for TransactionRe...
 #include "linkahead/file_transmission/download_request_handler.h"     // Download...
 #include "linkahead/file_transmission/file_reader.h"                  // for path
 #include "linkahead/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler
diff --git a/test/test_entity.cpp b/test/test_entity.cpp
index c36090064ed0d5e5e158839f7f659807edfbb222..61e53c13ec41b9f0fda2ea14ea931bc7c053eaf4 100644
--- a/test/test_entity.cpp
+++ b/test/test_entity.cpp
@@ -20,17 +20,17 @@
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  */
-#include "linkahead/data_type.h"       // for DataType, AtomicDat...
-#include "linkahead/entity.h"          // for Entity, Property
-#include "caosdb/entity/v1/main.pb.h"  // for EntityTransactionSe...
-#include "caosdb/entity/v1/main.grpc.pb.h"  // for IdResponse, Message
-#include "linkahead/message_code.h"    // for MessageCode, ENTITY...
-#include "linkahead/protobuf_helper.h" // for get_arena
-#include "linkahead/status_code.h"     // for StatusCode, FILE_DO...
-#include "linkahead/transaction.h"     // for Transaction
-#include "linkahead/value.h"           // for Value
-#include "linkahead_test_utility.h"    // for TEST_DATA_DIR
-#include <google/protobuf/arena.h>     // for Arena
+#include "linkahead/data_type.h"           // for DataType, AtomicDat...
+#include "linkahead/entity.h"              // for Entity, Property
+#include "caosdb/entity/v1/main.pb.h"      // for EntityTransactionSe...
+#include "caosdb/entity/v1/main.grpc.pb.h" // for IdResponse, Message
+#include "linkahead/message_code.h"        // for MessageCode, ENTITY...
+#include "linkahead/protobuf_helper.h"     // for get_arena
+#include "linkahead/status_code.h"         // for StatusCode, FILE_DO...
+#include "linkahead/transaction.h"         // for Transaction
+#include "linkahead/value.h"               // for Value
+#include "linkahead_test_utility.h"        // for TEST_DATA_DIR
+#include <google/protobuf/arena.h>         // for Arena
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for TestPartResult, Sui...