Skip to content

Commit 4027283

Browse files
committed
lint
1 parent abd736f commit 4027283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/unified-file-diff.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const DEFAULT_NAME = 'untitled.py';
1616
async function setupFileWithUnifiedDiff(
1717
page: IJupyterLabPageFixture,
1818
originalSource: string,
19-
newSource: string,
19+
newSource: string
2020
) {
2121
await page.evaluate(
2222
async ({ originalSource, newSource, command }) => {

0 commit comments

Comments
 (0)