From 5ca87020739fec5edd86b7f2e9acd3d9ee8498d5 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Sat, 25 Jan 2025 18:25:10 +0100 Subject: consider systemd services in 'start' or 'mounting' good; fmt --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 69034b3..95ce6b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,10 +1,10 @@ #![feature(exit_status_error)] pub mod api; pub mod check; +pub mod dbus; pub mod log; pub mod mail; pub mod web; -pub mod dbus; use ::log::error; use anyhow::{anyhow, Result}; -- cgit v1.2.3-70-g09d2