fixup! tr_quark_new() now takes a std::string_view (#1961) (#1983)

This commit is contained in:
Charles Kerr 2021-10-17 20:59:08 -05:00 committed by GitHub
parent 4b4948d26d
commit 8be7f774db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ auto constexpr my_static = std::array<std::string_view, 391>{ ""sv,
"watch-dir"sv,
"watch-dir-enabled"sv,
"webseeds"sv,
"webseedsSendingToUs" };
"webseedsSendingToUs"sv };
size_t constexpr quarks_are_sorted = ( //
[]() constexpr