From a7ef5454b000ca06f0756d4d374e5e24c704c007 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 25 Sep 2019 11:05:23 +0200 Subject: Fix indentation. --- searchlib/src/vespa/searchlib/attribute/enum_store_dictionary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchlib') diff --git a/searchlib/src/vespa/searchlib/attribute/enum_store_dictionary.cpp b/searchlib/src/vespa/searchlib/attribute/enum_store_dictionary.cpp index 1299accbfc1..cda2bea9fb1 100644 --- a/searchlib/src/vespa/searchlib/attribute/enum_store_dictionary.cpp +++ b/searchlib/src/vespa/searchlib/attribute/enum_store_dictionary.cpp @@ -85,7 +85,7 @@ EnumStoreDictionary::remove(const EntryComparator &comp, EntryRef r auto itr = this->_dict.lowerBound(ref, comp); assert(itr.valid() && itr.getKey() == ref); if constexpr (std::is_same_v) { - assert(EntryRef(itr.getData()) == EntryRef()); + assert(EntryRef(itr.getData()) == EntryRef()); } this->_dict.remove(itr); } -- cgit v1.2.3