style: format backend

This commit is contained in:
2026-01-03 23:57:50 +01:00
parent 7c89d48ac0
commit 2b913ba049
8 changed files with 52 additions and 26 deletions

View File

@@ -35,6 +35,6 @@
//! - Type design: `specs/001-modbus-relay-control/types-design.md`
//! - Domain specification: `specs/001-modbus-relay-control/spec.md`
pub mod relay;
pub mod modbus;
pub mod health;
pub mod modbus;
pub mod relay;