From c666604e2cefea25dfd9918ecdf695a41780188a Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Fri, 19 May 2023 21:58:38 -0400 Subject: [PATCH] Typo! --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f8a28c9..d0f0d6a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use std::net::IpAddr; pub struct Locat {} impl Locat { - pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str0 -> Self { + pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str) -> Self { // TODO: read geoip db, create analytics db Self {} }