Remove trailing `;`. NFC.

This commit is contained in:
Michael Liao 2020-01-14 16:29:47 -05:00
parent 6078f2fedc
commit a3490e3e3d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ static void traverse(syntax::Node *N,
traverse(static_cast<const syntax::Node *>(N), [&](const syntax::Node *N) {
Visit(const_cast<syntax::Node *>(N));
});
};
}
} // namespace
syntax::Arena::Arena(SourceManager &SourceMgr, const LangOptions &LangOpts,