Skip to content

Commit 84ec668

Browse files
committed
style: apply lint formatting
1 parent a772448 commit 84ec668

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/shellcheck/__tests__/index.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,7 @@ describe('linter', () => {
297297
})
298298

299299
it('should handle non-file URI schemes gracefully', async () => {
300-
const shell = [
301-
'#!/bin/bash',
302-
'echo "hello"',
303-
].join('\n')
300+
const shell = ['#!/bin/bash', 'echo "hello"'].join('\n')
304301

305302
const nonFileUri = 'webdav://example.com/path/to/script.sh'
306303
const document = TextDocument.create(nonFileUri, 'bash', 0, shell)

0 commit comments

Comments
 (0)