diff options
Diffstat (limited to 'src/util/ranges_impl.hpp')
-rw-r--r-- | src/util/ranges_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/ranges_impl.hpp b/src/util/ranges_impl.hpp index b18a11c..1f1a577 100644 --- a/src/util/ranges_impl.hpp +++ b/src/util/ranges_impl.hpp @@ -57,4 +57,3 @@ IOTA_VIEW(auto)::end() const noexcept -> IotaViewIterator<Value> { return IotaViewIterator(_bound); } - |