Apply clang-format

This commit is contained in:
Martchus 2023-01-23 22:41:30 +01:00
parent f015a9444d
commit b69693bf58
1 changed files with 1 additions and 2 deletions

View File

@ -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 <typename> struct DirectStorage {
};
template <typename> struct DirectStorage {};
/*!
* \brief The iter_t struct is the iterator type for walking through the database rows.