From a9b3f914670e58bf6368fb4f75d54f11ee9456ec Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 23 Jan 2023 10:33:30 +0100 Subject: [PATCH] Add missing space Co-authored-by: Guillaume Mourier --- meilisearch/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/src/main.rs b/meilisearch/src/main.rs index a04e40bc7..2841dd52c 100644 --- a/meilisearch/src/main.rs +++ b/meilisearch/src/main.rs @@ -199,7 +199,7 @@ fn print_master_key_too_short_warning() { stderr, " Meilisearch started with a master key considered unsafe for use in a production environment. -A master key of at least {MASTER_KEY_MIN_SIZE} bytes will be required when switching to a production environment." + A master key of at least {MASTER_KEY_MIN_SIZE} bytes will be required when switching to a production environment." ) .unwrap(); stderr.reset().unwrap();