SON118 - Correcting the indentation
This commit is contained in:
parent
ba411cd9ea
commit
be60c974b7
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ void database::initialize_indexes()
|
||||||
|
|
||||||
add_index< primary_index<lottery_balance_index > >();
|
add_index< primary_index<lottery_balance_index > >();
|
||||||
add_index< primary_index<sweeps_vesting_balance_index > >();
|
add_index< primary_index<sweeps_vesting_balance_index > >();
|
||||||
add_index< primary_index<son_stats_index> >();
|
add_index< primary_index<son_stats_index > >();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue