Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 28, 2023
1 parent 3084ded commit 955eb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/geocode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down

0 comments on commit 955eb30

Please sign in to comment.