Skip to content

Commit f7b5ba8

Browse files
committed
fix cargo fmt
1 parent 1a3a527 commit f7b5ba8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#![feature(async_await)]
22
#![allow(unused)]
33

4+
mod body_types;
5+
mod catch_all;
6+
mod cookies;
7+
mod default_headers;
8+
mod graphql;
49
mod hello;
510
mod messages;
6-
mod staticfile;
7-
mod default_headers;
8-
mod cookies;
9-
mod catch_all;
10-
mod body_types;
1111
mod multipart_form;
12-
mod graphql;
12+
mod staticfile;

0 commit comments

Comments
 (0)