Add missing space

Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
This commit is contained in:
Louis Dureuil 2023-01-23 10:33:30 +01:00 committed by GitHub
parent 0de9a3ffe7
commit a9b3f91467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();