Skip to content

Commit 33fad1d

Browse files
author
Vladimir Safonkin
committed
Format code
1 parent 2c3efd1 commit 33fad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup-dotnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function run() {
4949
}
5050

5151
function getVersionFromGlobalJson(globalJsonPath: string): string {
52-
const optionValues = ['latestFeature', 'latestPatch']
52+
const optionValues = ['latestFeature', 'latestPatch'];
5353
let version: string = '';
5454
const globalJson = JSON.parse(
5555
// .trim() is necessary to strip BOM https://github.com/nodejs/node/issues/20649

0 commit comments

Comments
 (0)