Changed mixed indentation to four spaces
Put `test/rpc_wallet_tests.cpp` through clang-format.
This commit is contained in:
parent
31d6390fd1
commit
bc470c43ee
1 changed files with 70 additions and 71 deletions
|
@ -177,7 +177,6 @@ BOOST_AUTO_TEST_CASE(rpc_wallet)
|
||||||
Array arr = retValue.get_array();
|
Array arr = retValue.get_array();
|
||||||
BOOST_CHECK(arr.size() > 0);
|
BOOST_CHECK(arr.size() > 0);
|
||||||
BOOST_CHECK(CBitcoinAddress(arr[0].get_str()).Get() == demoAddress.Get());
|
BOOST_CHECK(CBitcoinAddress(arr[0].get_str()).Get() == demoAddress.Get());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue