Format code

This commit is contained in:
2022-04-03 15:50:49 +02:00
parent 9236b91f12
commit b965fa6b4f
20 changed files with 149 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
pub mod data;
pub mod utils;
pub mod actors;
pub mod constants;
pub mod controllers;
pub mod actors;
pub mod middlewares;
pub mod data;
pub mod middlewares;
pub mod utils;