mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: clang-tidy auto fixes (#1796)
Fixes #1795. Turning off noisy clang-tidy check.
This commit is contained in:
committed by
GitHub
parent
64b50b419f
commit
017cf2adc9
@@ -34,7 +34,6 @@ namespace util {
|
||||
* @return The transaction types in lowercase
|
||||
*/
|
||||
[[nodiscard]] std::unordered_set<std::string> const&
|
||||
// NOLINTNEXTLINE(misc-use-internal-linkage)
|
||||
getTxTypesInLowercase()
|
||||
{
|
||||
static std::unordered_set<std::string> const typesKeysInLowercase = []() {
|
||||
|
||||
Reference in New Issue
Block a user