SON118 - Correcting the indentation

This commit is contained in:
satyakoneru 2019-10-14 09:34:34 +00:00
parent ba411cd9ea
commit be60c974b7

View file

@ -317,7 +317,7 @@ void database::initialize_indexes()
add_index< primary_index<lottery_balance_index > >();
add_index< primary_index<sweeps_vesting_balance_index > >();
add_index< primary_index<son_stats_index> >();
add_index< primary_index<son_stats_index > >();
}