Skip to content

Commit 97b3405

Browse files
committed
style: Fix formatting
Signed-off-by: Tomas Olvecky <[email protected]>
1 parent f958b95 commit 97b3405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component/net/wasihttp/roundtripper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (r *Transport) RoundTrip(incomingRequest *http.Request) (*http.Response, er
9393
outTrailers := types.NewFields()
9494
if err := HTTPtoWASIHeader(incomingRequest.Trailer, outTrailers); err != nil {
9595
return nil, err
96-
}
96+
}
9797
maybeTrailers = cm.Some(outTrailers)
9898
}
9999

@@ -110,7 +110,7 @@ func (r *Transport) RoundTrip(incomingRequest *http.Request) (*http.Response, er
110110
if err := adaptedBody.Close(); err != nil {
111111
return nil, fmt.Errorf("failed to close body: %v", err)
112112
}
113-
}
113+
}
114114

115115
// From `outgoing-body` documentation:
116116
// Finalize an outgoing body, optionally providing trailers. This must be

0 commit comments

Comments
 (0)