Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-10 16:08:22 +01:00
parent f983d626ac
commit f4189d9487
10 changed files with 42 additions and 16 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ template <storage::Ownership Ownership> class CellStorageImpl
{
using ValueT = decltype(*std::declval<ValuePtrT>());
using base_t = boost::iterator_facade<ColumnIterator<ValueT>, ValueT, boost::random_access_traversal_tag>;
using base_t = boost::
iterator_facade<ColumnIterator<ValueT>, ValueT, boost::random_access_traversal_tag>;
public:
using value_type = typename base_t::value_type;