Apply suggestions from code review

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
Irevoire
2021-06-16 11:12:46 +02:00
committed by GitHub
parent def1596eaf
commit c0d169e79e

View File

@ -129,10 +129,10 @@ pub fn print_launch_resume(opt: &Opt, data: &Data) {
eprintln!( eprintln!(
" "
Thank you for using MeiliSearch! Thank you for using MeiliSearch!
We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://docs.meilisearch.com/reference/features/configuration.html#analytics We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://docs.meilisearch.com/reference/features/configuration.html#analytics
Anonymous telemetry: \"Enabled\" Anonymous telemetry: \"Enabled\""
"
); );
} }
} }