From 885748422794b5dda1af98b120f080642ff7fb52 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 7 Apr 2023 17:51:03 -0700 Subject: style(main): add space between chain and calls --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ea398a7..efbe44d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,6 +81,7 @@ async fn main() -> Result<(), Box> { windmark::Response::not_found(ERROR_HANDLER_RESPONSE) }); router.set_fix_path(true); + timing::time_section(&mut time_mount, "creating router"); timing::time_mounts("module", &mut time_mount, || { stateless!(router, modules); -- cgit v1.2.3