Skip to content

Commit

Permalink
geocode: remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 29, 2023
1 parent 7d268dc commit 62922c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/geocode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ fn search_cached(
}

// format the geocoded result based on formatstr if its not %+
#[inline]
fn format_result(cityrecord: &CitiesRecord, formatstr: &str, admin1_name: &str) -> String {
if formatstr.starts_with('%') {
// if formatstr starts with %, then we're using a predefined format
Expand Down

0 comments on commit 62922c8

Please sign in to comment.