Remove extra ';' to fix Wpedantic. NFCI.

This commit is contained in:
Simon Pilgrim 2020-01-22 11:07:27 +00:00
parent 3d7177acd7
commit 201c646b2b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ ReservedIdentifierCheck::GetDiagInfo(const NamingCheckId &ID,
diag << ID.second
<< getMessageSelectIndex(Failure.Info.KindName);
}};
};
}
} // namespace bugprone
} // namespace tidy