mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 10:16:45 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -164,7 +164,7 @@ InnerObjectFormats::InnerObjectFormats()
|
||||
InnerObjectFormats const&
|
||||
InnerObjectFormats::getInstance()
|
||||
{
|
||||
static InnerObjectFormats instance;
|
||||
static InnerObjectFormats const instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user