From 00a222301b969bdc4c0f906c4a6a656bf5c00b16 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 2 Nov 2024 23:04:39 +0100 Subject: [PATCH] formatting --- server/src/locations/details.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/locations/details.rs b/server/src/locations/details.rs index 7fa6f869b..dfb253b50 100644 --- a/server/src/locations/details.rs +++ b/server/src/locations/details.rs @@ -3,7 +3,6 @@ use actix_web::{get, web, HttpResponse}; use serde::{Deserialize, Serialize}; use sqlx::Error::RowNotFound; use sqlx::PgPool; -use std::collections::HashMap; use tracing::error; use crate::localisation;