[chore](trx-client): apply cargo fmt
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user