cargo fmt

This commit is contained in:
Michael Vines
2019-01-04 16:39:04 -08:00
parent 1f6346d880
commit 8b357dcb32
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ impl AccountsDB {
}
}
}
fn load_account(
&self,
tx: &Transaction,
@@ -174,7 +174,7 @@ impl AccountsDB {
Ok(called_accounts)
}
}
fn load_accounts(
&self,
txs: &[Transaction],