style: More clang-tidy identifier renaming (#7290)

This commit is contained in:
Alex Kremer
2026-05-20 22:31:15 +01:00
committed by GitHub
parent 8c0080020f
commit a830ab10ef
160 changed files with 1726 additions and 1746 deletions

View File

@@ -1593,7 +1593,7 @@ public:
auto const carol = permDex.carol;
auto const domainID = permDex.domainID;
auto const gw = permDex.gw;
auto const usd = permDex.USD;
auto const usd = permDex.usd;
auto wsc = makeWSClient(env.app().config());
@@ -1718,7 +1718,7 @@ public:
auto const carol = permDex.carol;
auto const domainID = permDex.domainID;
auto const gw = permDex.gw;
auto const usd = permDex.USD;
auto const usd = permDex.usd;
auto wsc = makeWSClient(env.app().config());