Skip to content

Commit 50c5e04

Browse files
committed
Format
1 parent 2cf52b5 commit 50c5e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsimplifytemplate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6334,7 +6334,7 @@ class TestSimplifyTemplate : public TestFixture {
63346334
"} "
63356335
"} ;";
63366336
ASSERT_EQUALS(expected, tok(code));
6337-
6337+
63386338
const char code2[] = "template <typename T>\n" // #13929
63396339
"struct S {};\n"
63406340
"template <typename T, template<typename...> typename C = S>\n"

0 commit comments

Comments
 (0)