Skip to content

Commit 8b1e9dd

Browse files
author
Danny McCormick
committed
Lint
1 parent db362d7 commit 8b1e9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/installer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ describe('installer tests', () => {
4545
const dotnetDir = path.join(toolDir, 'dncs', '2.2.105', os.arch());
4646

4747
const globalJsonPath = path.join(process.cwd(), 'global.json');
48-
const jsonContents = `{${os.EOL}"sdk": {${os.EOL}"version": "2.2.105"${os.EOL}}${os.EOL}}`
49-
if(!fs.existsSync(globalJsonPath)) {
48+
const jsonContents = `{${os.EOL}"sdk": {${os.EOL}"version": "2.2.105"${os.EOL}}${os.EOL}}`;
49+
if (!fs.existsSync(globalJsonPath)) {
5050
fs.writeFileSync(globalJsonPath, jsonContents);
5151
}
5252
await setup.run();

0 commit comments

Comments
 (0)