Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 23, 2023
1 parent f015a94 commit b69693b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lmdb-typed.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b69693b

Please sign in to comment.