Skip to content

Commit d939267

Browse files
Format Rust code using rustfmt
1 parent 2a81d48 commit d939267

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/http.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,11 +610,7 @@ pub fn serve_ui(
610610
Ok(())
611611
}
612612

613-
pub fn handle_ui_asset_request(
614-
our: &Address,
615-
directory: &str,
616-
path: &str,
617-
) -> anyhow::Result<()> {
613+
pub fn handle_ui_asset_request(our: &Address, directory: &str, path: &str) -> anyhow::Result<()> {
618614
let parts: Vec<&str> = path.split(&our.process.to_string()).collect();
619615
let after_process = parts.get(1).unwrap_or(&"");
620616

0 commit comments

Comments
 (0)