Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2022
1 parent 50f5ee6 commit bc47c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/file-list/src/main.rs
@@ -1,4 +1,4 @@
use salvo::extra::serve_static::{Options, DirHandler};
use salvo::extra::serve_static::{DirHandler, Options};
use salvo::prelude::*;

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion extra/src/serve_static/mod.rs
Expand Up @@ -3,5 +3,5 @@
mod dir;
mod fs;

pub use dir::{Options, DirHandler};
pub use dir::{DirHandler, Options};
pub use fs::FileHandler;

0 comments on commit bc47c8b

Please sign in to comment.