[chore](trx-client): apply cargo fmt
CI / lint (push) Successful in 2m16s
CI / test (push) Successful in 7m33s
CI / frontend (push) Successful in 3m18s
CI / reuse (push) Successful in 3s

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
sjg
2026-08-03 22:57:33 +02:00
parent 4fa191e9b6
commit d68a84f7f9
@@ -705,7 +705,10 @@ mod tests {
assert_eq!(RouteAccess::from_path("/app.js"), RouteAccess::Public); assert_eq!(RouteAccess::from_path("/app.js"), RouteAccess::Public);
// Static reference data, served to every role: ".json" is not in the // Static reference data, served to every role: ".json" is not in the
// asset suffix list, so this one has to be named. // 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] #[test]