Skip to content

Commit 054bcf2

Browse files
committed
Fix fmt
1 parent 6b4c0a5 commit 054bcf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyper.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ struct HttpTypesResponse {
113113
}
114114

115115
impl HttpTypesResponse {
116-
117116
async fn try_from(value: hyper::Response<hyper::Body>) -> Result<Self, Error> {
118117
// Note: Much of this code was taken from the `http-types` compat implementation. Trying to
119118
// figure out the feature flags to conditionally compile with compat support was rather

0 commit comments

Comments
 (0)