Skip to content

Commit 345012b

Browse files
committed
formatting
1 parent ac8d17f commit 345012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/Mustache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Token {
6060

6161
Token(std::string Str)
6262
: TokenType(Type::Text), RawBody(std::move(Str)), TokenBody(RawBody),
63-
Accessor({}), Indentation(0){};
63+
Accessor({}), Indentation(0) {};
6464

6565
Token(std::string RawBody, std::string TokenBody, char Identifier)
6666
: RawBody(std::move(RawBody)), TokenBody(std::move(TokenBody)),

0 commit comments

Comments
 (0)