From 6f535632f427c497b54887685a00803f0761461f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 10 Jan 2020 17:39:31 +0100 Subject: [PATCH] MeshTools: improve coverage BY ONE WHOLE LINE. --- src/Magnum/MeshTools/CompressIndices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/MeshTools/CompressIndices.cpp b/src/Magnum/MeshTools/CompressIndices.cpp index ce970f99b..1cef1e651 100644 --- a/src/Magnum/MeshTools/CompressIndices.cpp +++ b/src/Magnum/MeshTools/CompressIndices.cpp @@ -68,7 +68,7 @@ std::tuple, MeshIndexType, UnsignedInt, UnsignedInt> com break; default: - CORRADE_ASSERT(false, "MeshTools::compressIndices(): no type able to index" << minmax.second << "elements.", {}); + CORRADE_ASSERT(false, "MeshTools::compressIndices(): no type able to index" << minmax.second << "elements.", {}); /* LCOV_EXCL_LINE */ } return std::make_tuple(std::move(data), type, minmax.first, minmax.second);