Skip to content

Commit 008e822

Browse files
fix: fix linting
1 parent 8f5cb15 commit 008e822

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/test/restart.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import * as vscode from 'vscode'
22

3-
import {
4-
getDocUri,
5-
sleep,
6-
testDiagnostics,
7-
toRange,
8-
testAndRetry,
9-
} from './utils'
3+
import { getDocUri, sleep, testDiagnostics, testAndRetry } from './utils'
104
import { EXPECTED_NON_EMPTY_DIAGNOSTICS } from './diagnostics.test'
115

126
suite('ast-grep.restartLanguageServer should work', () => {

0 commit comments

Comments
 (0)