We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8d17f commit 345012bCopy full SHA for 345012b
llvm/lib/Support/Mustache.cpp
@@ -60,7 +60,7 @@ class Token {
60
61
Token(std::string Str)
62
: TokenType(Type::Text), RawBody(std::move(Str)), TokenBody(RawBody),
63
- Accessor({}), Indentation(0){};
+ Accessor({}), Indentation(0) {};
64
65
Token(std::string RawBody, std::string TokenBody, char Identifier)
66
: RawBody(std::move(RawBody)), TokenBody(std::move(TokenBody)),
0 commit comments