Skip to content

Commit f08cc9e

Browse files
author
Arvid Paeglit
committed
dummy
1 parent 546f9de commit f08cc9e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
module.exports = {
22
semi: true,
33
trailingComma: 'all',
44
singleQuote: true,

src/test/runTest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as path from 'path';
2-
32
import { runTests } from 'vscode-test';
43

54
async function main() {

0 commit comments

Comments
 (0)