Skip to content

Commit 5587e12

Browse files
committed
Add a missing space.
1 parent 74b4d8a commit 5587e12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/codeql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function getCodeQLBundleDownloadURL(): Promise<string> {
147147

148148
// We have to download CodeQL manually because the toolcache doesn't support Accept headers.
149149
// This can be removed once https://github.com/actions/toolkit/pull/530 is merged and released.
150-
async function toolcacheDownloadTool(url:string, headers?: IHeaders): Promise<string> {
150+
async function toolcacheDownloadTool(url: string, headers?: IHeaders): Promise<string> {
151151
const client = new http.HttpClient('CodeQL Action');
152152
const dest = path.join(util.getRequiredEnvParam('RUNNER_TEMP'), uuidV4());
153153
const response: http.HttpClientResponse = await client.get(url, headers);

0 commit comments

Comments
 (0)