mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
{
|
||||
using namespace jtx;
|
||||
return envconfig([&](std::unique_ptr<Config> cfg) {
|
||||
cfg->NETWORK_ID = networkID;
|
||||
cfg->networkId = networkID;
|
||||
return cfg;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user