1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 18:55:05 +00:00

fix fmratting

This commit is contained in:
Nikolay Kim 2017-12-04 13:36:28 -08:00
parent a163e75318
commit 03f7d95d88

View file

@ -19,7 +19,6 @@ has same url path prefix:
# fn index(req: HttpRequest) -> &'static str {
# "Hello world!"
# }
# fn main() {
let app = Application::default("/prefix")
.resource("/index.html", |r| r.method(Method::GET).handler(index))