Fixed Spacing issues

This commit is contained in:
Sandip Patel 2019-09-30 10:21:09 +05:30
parent 6c354579ec
commit b1d759021b

View file

@ -790,7 +790,8 @@ graphene::wallet::plain_keys decrypt_keys( const std::string& password, const ve
return fc::raw::unpack<graphene::wallet::plain_keys>( decrypted );
}
BOOST_AUTO_TEST_CASE( saving_keys_wallet_test ) {
BOOST_AUTO_TEST_CASE( saving_keys_wallet_test )
{
cli_fixture cli;
cli.con.wallet_api_ptr->import_balance( "nathan", cli.nathan_keys, true );