cargo fmt

This commit is contained in:
2025-08-12 08:38:12 +02:00
parent de6d39a8d7
commit 13d97de515

View File

@@ -16,7 +16,10 @@ use gethostname::gethostname;
use lanspread_compat::eti;
use lanspread_db::db::{Game, GameDB};
use lanspread_mdns::{
DaemonEvent, LANSPREAD_INSTANCE_NAME, LANSPREAD_SERVICE_TYPE, MdnsAdvertiser,
DaemonEvent,
LANSPREAD_INSTANCE_NAME,
LANSPREAD_SERVICE_TYPE,
MdnsAdvertiser,
};
use tracing_subscriber::EnvFilter;
use uuid::Uuid;