From 3eb4a061ac5e26825ba4736f417e7c8e39463a45 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 02:38:14 +0000 Subject: [PATCH] fmt --- actix-router/src/resource.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-router/src/resource.rs b/actix-router/src/resource.rs index eac51f80..98b4a709 100644 --- a/actix-router/src/resource.rs +++ b/actix-router/src/resource.rs @@ -835,7 +835,7 @@ mod tests { #[test] fn test_parse_urlencoded_param() { use std::convert::TryFrom; - + let re = ResourceDef::new("/user/{id}/test"); let mut path = Path::new("/user/2345/test");