mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -126,7 +126,7 @@ BasicConfig::section(std::string const& name)
|
||||
Section const&
|
||||
BasicConfig::section(std::string const& name) const
|
||||
{
|
||||
static Section none("");
|
||||
static Section const none("");
|
||||
auto const iter = map_.find(name);
|
||||
if (iter == map_.end())
|
||||
return none;
|
||||
|
||||
Reference in New Issue
Block a user