From b69693bf5822856630a4d7dd7968125b0fc9656a Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 23 Jan 2023 22:41:30 +0100 Subject: [PATCH] Apply clang-format --- lmdb-typed.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lmdb-typed.hh b/lmdb-typed.hh index 44c1677..8c6b770 100644 --- a/lmdb-typed.hh +++ b/lmdb-typed.hh @@ -411,8 +411,7 @@ public: struct eiter_t {}; //! Store the object as immediate member of iter_t (as opposed to using an std::unique_ptr or std::shared_ptr) - template struct DirectStorage { - }; + template struct DirectStorage {}; /*! * \brief The iter_t struct is the iterator type for walking through the database rows.