Skip to content

Commit 7b91063

Browse files
committed
Remove extra newline
Pointed out by ESLint. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e947511 commit 7b91063

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

__tests__/downloader.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const buildIdResponse = {
1919
queueTime: '2021-02-16T03:11:20.8026424Z',
2020
startTime: '2021-02-16T03:11:35.5385517Z',
2121
finishTime: '2021-02-16T03:42:07.4413436Z',
22-
url:
23-
'https://dev.azure.com/Git-for-Windows/f3317b6a-fa67-40d4-9a33-b652e06943df/_apis/build/Builds/71000',
22+
url: 'https://dev.azure.com/Git-for-Windows/f3317b6a-fa67-40d4-9a33-b652e06943df/_apis/build/Builds/71000',
2423
definition: [Object],
2524
project: [Object],
2625
uri: 'vstfs:///Build/Build/71000',

0 commit comments

Comments
 (0)