From a7df686ebe92e6ac25c310a714bd34d26dc6c612 Mon Sep 17 00:00:00 2001 From: pbattu123 Date: Sat, 21 Sep 2019 13:08:33 -0300 Subject: [PATCH] braces update --- libraries/chain/vesting_balance_object.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/chain/vesting_balance_object.cpp b/libraries/chain/vesting_balance_object.cpp index 794413d1..afba2557 100644 --- a/libraries/chain/vesting_balance_object.cpp +++ b/libraries/chain/vesting_balance_object.cpp @@ -35,7 +35,6 @@ inline bool sum_below_max_shares(const asset& a, const asset& b) } asset linear_vesting_policy::get_allowed_withdraw( const vesting_policy_context& ctx )const -{ { share_type allowed_withdraw = 0;