Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9dea2e7

Browse files
committedFeb 26, 2021
chore: fix lint issues
1 parent 36136fe commit 9dea2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/vscode/src/vs/server/node/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { field } from '@coder/logger';
2-
import { release } from "os"
2+
import { release } from 'os';
33
import * as fs from 'fs';
44
import * as net from 'net';
55
import * as path from 'path';

0 commit comments

Comments
 (0)
Please sign in to comment.