util/TemplateString: remove extra semicolon

This commit is contained in:
Max Kellermann 2020-05-27 15:46:53 +02:00
parent 8925040262
commit bdc861f058

View File

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