From 2c305bfa65c43ea7f4849999a4a809610754ce80 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 13:36:27 +0100 Subject: zz --- src/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/critter.cpp b/src/critter.cpp index b835c721..a40af28f 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -76,8 +76,8 @@ constexpr std::array rotation_to_similar(rotation r) case SW: return { SW, S, W }; case W: return { W, SW, NW }; case NW: return { NW, W, N }; - default: std::unreachable(); } + std::unreachable(); } } // namespace -- cgit v1.2.3