Skip to content

Commit 052f1d9

Browse files
author
Justin Pflueger
committed
fix format errors
Signed-off-by: Justin Pflueger <[email protected]>
1 parent 0cda953 commit 052f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn serve(req: Request) -> Result<Response> {
8888
Ok(fallback_path) => FileServer::read(fallback_path.as_str(), &enc).ok(),
8989
// fallback path config not found
9090
Err(_) => {
91-
eprintln!("Cannot read file: {:?}", e);
91+
eprintln!("Cannot read file: {e:?}");
9292
None
9393
}
9494
},

0 commit comments

Comments
 (0)