Skip to content

Commit

Permalink
Changes to add newline to the generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajk07 committed Aug 17, 2020
1 parent f3fa4d3 commit ed7c446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion npm/build-sandbox-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function generateSandboxTypes (node, printer, target) {
collectionSDKTypesExtension = `\n${templates.cookieListExtensionString}\n`;
!excludeResponse && (collectionSDKTypesExtension += `\n${templates.responseExtensionString}\n`);

source += `\ndeclare module "postman-collection" {\n${collectionSDKTypesExtension}\n}`;
source += `\ndeclare module "postman-collection" {\n${collectionSDKTypesExtension}\n}\n`;

return source;
}
Expand Down
2 changes: 1 addition & 1 deletion types/sandbox/prerequest.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ interface CookieList {
jar() : PostmanCookieJar
}

}
}
2 changes: 1 addition & 1 deletion types/sandbox/test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ interface AssertableBe {
rateLimited: number
}

}
}

0 comments on commit ed7c446

Please sign in to comment.