From e683aefaa8e10ca9683a8c5bf1d63ff986f77cdd Mon Sep 17 00:00:00 2001 From: Demian Hespe Date: Wed, 21 Jun 2023 11:05:42 +0200 Subject: [PATCH] Make build pass (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 663e081..93fd15a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ constexpr int light = KAMPING_ASSERTION_LEVEL_LIGHT; #define KAMPING_ASSERTION_LEVEL_HEAVY 40 constexpr int heavy = KAMPING_ASSERTION_LEVEL_HEAVY; -} // namespace kamping::assert +} // namespace kamping::assert ``` ## Requirements