4,8c4,10 < await send({ < 'type': 'http.response.start', < 'status': 204, < 'headers': [], < }) --- > await send( > { > 'type': 'http.response.start', > 'status': 204, > 'headers': [], > } > )