chore(rustfmt): ran cargo fmt

This commit is contained in:
Maieul BOYER 2026-02-08 14:44:25 +01:00
parent 9d4224aef3
commit c4ef2a129a
Signed by: maix
SSH key fingerprint: SHA256:iqCzqFFF5KjRixmDExqbAltCIj9ndlBWIGJf3t9Ln9g
3 changed files with 11 additions and 98 deletions

View file

@ -1,5 +1,5 @@
#![allow(dead_code)]
pub mod types;
pub mod state;
pub mod parsing;
pub mod state;
pub mod types;