Skip to content

Commit dea4cec

Browse files
committed
Fix indent
1 parent 2be5ba4 commit dea4cec

File tree

1 file changed

+6
-6
lines changed
  • packages/smithy-http/src/smithy_http/aio

1 file changed

+6
-6
lines changed

packages/smithy-http/src/smithy_http/aio/crt.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ def on_response(
174174
kind=FieldPosition.HEADER,
175175
)
176176

177-
self._response_future.set_result(
178-
AWSCRTHTTPResponse(
179-
status=status_code,
180-
fields=fields,
181-
body=self._body,
182-
)
177+
self._response_future.set_result(
178+
AWSCRTHTTPResponse(
179+
status=status_code,
180+
fields=fields,
181+
body=self._body,
183182
)
183+
)
184184

185185
async def await_response(self) -> AWSCRTHTTPResponse:
186186
return await asyncio.wrap_future(self._response_future)

0 commit comments

Comments
 (0)