mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 04:32:20 +02:00
Changed mixed indentation to four spaces
Put `test/rpc_wallet_tests.cpp` through clang-format.
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
31d6390fd1
commit
bc470c43ee
@ -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());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user