From d68a84f7f922e63d46f72aea51efb126141633a6 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Mon, 3 Aug 2026 22:57:33 +0200 Subject: [PATCH] [chore](trx-client): apply cargo fmt Signed-off-by: Stan Grams --- src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs b/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs index b486c8ce..784f4df1 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs +++ b/src/trx-client/trx-frontend/trx-frontend-http/src/auth.rs @@ -705,7 +705,10 @@ mod tests { assert_eq!(RouteAccess::from_path("/app.js"), RouteAccess::Public); // Static reference data, served to every role: ".json" is not in the // asset suffix list, so this one has to be named. - assert_eq!(RouteAccess::from_path("/bandplan.json"), RouteAccess::Public); + assert_eq!( + RouteAccess::from_path("/bandplan.json"), + RouteAccess::Public + ); } #[test]