From d1fdca2bcef937ce813d5b07cf0d590319b5094a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Wed, 5 Oct 2022 10:31:29 +0200 Subject: [PATCH] chore(fmt): cargo fmt --- meilisearch-http/src/option.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-http/src/option.rs b/meilisearch-http/src/option.rs index eaf88b046..77d4e9826 100644 --- a/meilisearch-http/src/option.rs +++ b/meilisearch-http/src/option.rs @@ -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.*