Skip to content

Commit 144e52e

Browse files
committed
Fixup: spacing
1 parent a0879f5 commit 144e52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/hooks/framework_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def _nr_aiohttp_request_wrapper_(wrapped, instance, args, kwargs):
240240

241241
method, url = _bind_request(*args, **kwargs)
242242
with ExternalTrace("aiohttp", str(url), method):
243-
return await wrapped(*args, **kwargs)
243+
return await wrapped(*args, **kwargs)
244244

245245

246246
def instrument_aiohttp_client(module):

0 commit comments

Comments
 (0)