forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup AccountsDb::new_with_config() (#3270)
The function takes an optional AccountsDbConfig parameter. At the top of the function, use .unwrap_or_default() on this parameter to remove repetitive .as_ref().map(...).unwrap_or_else() sequences
- Loading branch information
Showing
1 changed file
with
26 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters