cargo fmt + version bump

This commit is contained in:
lda
2025-08-31 03:57:05 +07:00 Unverified
parent d8050db20c
commit eeff4ebe1a
5 changed files with 5 additions and 9 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
use std::net::IpAddr;
use axum::{
http::header,
response::IntoResponse,
};
use axum::{http::header, response::IntoResponse};
use macaddr::MacAddr;
use crate::{arpparse::NUDState, route::DeviceQuery, utils::query::dev::has_dev};