From 65c3929cb25ffabe9448f414c105504c72f68d81 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Thu, 30 Mar 2023 22:48:42 +0200 Subject: [PATCH] Fixed clang-tidy warnings --- src/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.h b/src/config/config.h index f6aca788..20f2cc09 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -134,7 +134,7 @@ using relationship_hints_t = std::map; using type_aliases_t = std::map; using type_aliases_longer_first_t = - std::map>; + std::map>; enum class location_t { marker, fileline, function };