From bdc861f0582a7ca5c20b1eaf1ebae685fa0b85a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 27 May 2020 15:46:53 +0200 Subject: [PATCH] util/TemplateString: remove extra semicolon --- src/util/TemplateString.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/TemplateString.hxx b/src/util/TemplateString.hxx index 0d1329273..5e2e5f494 100644 --- a/src/util/TemplateString.hxx +++ b/src/util/TemplateString.hxx @@ -121,6 +121,6 @@ namespace TemplateString { template<> struct Concat<> : Empty {}; -}; +} #endif