Skip to content

Commit 7bb3166

Browse files
committed
formatting
1 parent 9b1df5b commit 7bb3166

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

node/src/accountant/db_access_objects/receivable_dao.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,10 @@ impl ReceivableDao for ReceivableDaoReal {
253253
}
254254

255255
fn custom_query(&self, custom_query: CustomQuery<i64>) -> Option<Vec<ReceivableAccount>> {
256-
let variant_top = TopStmConfig{
256+
let variant_top = TopStmConfig {
257257
limit_clause: "limit :limit_count",
258-
gwei_min_resolution_clause: "where (balance_high_b > 0) or ((balance_high_b = 0) and (balance_low_b >= 50000))",
258+
gwei_min_resolution_clause:
259+
"where (balance_high_b > 0) or ((balance_high_b = 0) and (balance_low_b >= 50000))",
259260
age_ordering_clause: "last_received_timestamp asc",
260261
};
261262
let variant_range = RangeStmConfig {

0 commit comments

Comments
 (0)