chore(fmt): cargo fmt

This commit is contained in:
Jérome Eertmans 2022-10-05 10:31:29 +02:00
parent a93e3dead3
commit d1fdca2bce

View File

@ -184,7 +184,7 @@ pub struct Opt {
/// * A database already exists
/// * No valid snapshot can be found in the specified path
///
/// This behavior can be modified with the `--ignore-snapshot-if-db-exists` and
/// This behavior can be modified with the `--ignore-snapshot-if-db-exists` and
/// `--ignore-missing-snapshot` options, respectively.
///
/// *This option is not available as an environment variable.*