chore(linux): revert whitespace-only changes

Addresses code review comment.

Build-bot: skip
Test-bot: skip
This commit is contained in:
Eberhard Beilharz 2026-05-11 17:53:48 +02:00
parent 1f02bc02f6
commit ede6a3e4e1
No known key found for this signature in database
GPG key ID: E9140597606020D3
2 changed files with 1 additions and 3 deletions

View file

@ -219,7 +219,6 @@ jobs:
});
}
const { owner, repo } = context.repo;
const sha =
context.payload?.check_suite?.sha || /* check run completed */
@ -232,4 +231,3 @@ jobs:
const res = await test(github, owner, repo, sha);
await updateCheck(github, owner, repo, checkRunId, res[0], res[1], res[2]);

View file

@ -212,4 +212,4 @@
export const unitTestEndpoints = {
getCommitStatuses, calculateCheckResult, getCommitCheckRuns
};
};