style: reorder imports and reformat code for consistency

This commit is contained in:
Andrew Phillips
2025-05-10 10:06:33 -03:00
committed by Andrew Phillips (aider)
parent c936326ac3
commit 9feec61759
13 changed files with 492 additions and 356 deletions

View File

@@ -1,5 +1,5 @@
pub mod common;
pub mod get;
pub mod delete;
pub mod update;
pub mod get;
pub mod status;
pub mod update;