Skip to content

Commit 4cf8919

Browse files
committed
style: fix trailing space
1 parent afe1471 commit 4cf8919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event-sources/azure/http-function-runtime-v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function getResponseToHttpFunction ({ statusCode, body, headers = {}, isBase64En
4545
// headers['set-cookie'] can be a string of one cookie, or an array of cookies
4646
// headerCookies should always be an array
4747
const headerCookies = [].concat(headers['set-cookie'] || [])
48-
48+
4949
// Convert 'set-cookie' to Azure Function 3.x cookie object array
5050
// https://github.com/Azure/azure-functions-nodejs-worker/blob/v3.x/types/index.d.ts#L150
5151
if (headerCookies.length > 0) {

0 commit comments

Comments
 (0)