From 955eb30ca9731ea22e366ab5b648e9be3181cf29 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:43:33 -0400 Subject: [PATCH] rust fmt --- src/cmd/geocode.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/geocode.rs b/src/cmd/geocode.rs index 61a79dd2c..eae17f2e7 100644 --- a/src/cmd/geocode.rs +++ b/src/cmd/geocode.rs @@ -331,8 +331,8 @@ async fn geocode_main(args: Args) -> CliResult<()> { // copy it to the default geocode index file engine.dump_to(geocode_index_file.clone(), EngineDumpFormat::Bincode)?; winfo!( - "Valid Geonames index file {index_file} copied to {geocode_index_file}. It \ - will be used from now on or until you reset it.", + "Valid Geonames index file {index_file} copied to {geocode_index_file}. \ + It will be used from now on or until you reset it.", ); } else { return fail_incorrectusage_clierror!(