Skip to content

Commit db1c701

Browse files
committed
Rust fmt
1 parent 631058b commit db1c701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsgi/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl RSGIHTTPProtocol {
8888
return future_into_py_iter(self.rt.clone(), py, async move {
8989
match body.collect().await {
9090
Ok(data) => Ok(BytesToPy(data.to_bytes())),
91-
_ => error_stream!()
91+
_ => error_stream!(),
9292
}
9393
});
9494
}

0 commit comments

Comments
 (0)