Skip to content

Commit adbc1ae

Browse files
committed
Fix TODO
1 parent 7c9b0fa commit adbc1ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nchg/cartesian_product/cartesian_product.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <utility>
4343
#include <vector>
4444

45+
#include "nchg/common.hpp"
4546
#include "nchg/hash.hpp"
4647
#include "nchg/text.hpp"
4748
#include "nchg/tools/common.hpp"
@@ -270,7 +271,7 @@ enum class ParseStatus : std::uint_fast8_t { PARSED, SKIPPED, DUPLICATE };
270271
break;
271272
}
272273
default:
273-
hictk::unreachable_code(); // TODO fixme
274+
unreachable_code();
274275
}
275276
}
276277
} catch (const std::exception& e) {

0 commit comments

Comments
 (0)