mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
style: clang-tidy auto fixes (#1499)
Fixes #1498. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7bd21345a1
commit
b24aadc898
@@ -102,7 +102,7 @@ struct AmendmentKeyTest : testing::Test {};
|
||||
|
||||
TEST_F(AmendmentKeyTest, Convertible)
|
||||
{
|
||||
std::string key1 = "key1";
|
||||
std::string const key1 = "key1";
|
||||
auto key2 = "key2";
|
||||
|
||||
EXPECT_NO_THROW({
|
||||
|
||||
Reference in New Issue
Block a user