util/TemplateString: remove stray semicolon

This commit is contained in:
Max Kellermann 2020-02-01 11:46:06 +01:00
parent b64fdae938
commit 36cad54ccd

View File

@ -121,6 +121,6 @@ namespace TemplateString {
template<>
struct Concat<> : Empty {};
};
}
#endif