Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 19, 2023
1 parent 3c7bd45 commit 6b47436
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/cmd/geocode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,11 @@ struct Admin1Filter {
}

static QSV_VERSION: &str = env!("CARGO_PKG_VERSION");
static DEFAULT_GEOCODE_INDEX_FILENAME: &str =
concat!("qsv-", env!("CARGO_PKG_VERSION"), "-geocode-index.bincode.new");
static DEFAULT_GEOCODE_INDEX_FILENAME: &str = concat!(
"qsv-",
env!("CARGO_PKG_VERSION"),
"-geocode-index.bincode.new"
);

static DEFAULT_CITIES_NAMES_URL: &str =
"https://download.geonames.org/export/dump/alternateNamesV2.zip";
Expand Down

0 comments on commit 6b47436

Please sign in to comment.