Fix prettier error

This commit is contained in:
Edwin Cheng 2019-03-31 21:21:14 +08:00
parent 6971c7f118
commit c894a3e19b
4 changed files with 31 additions and 22 deletions

View file

@ -2,7 +2,7 @@ import * as vscode from 'vscode';
import * as lc from 'vscode-languageclient';
import * as commands from './commands';
import { interactivelyStartCargoWatch} from './commands/runnables';
import { interactivelyStartCargoWatch } from './commands/runnables';
import { SyntaxTreeContentProvider } from './commands/syntaxTree';
import * as events from './events';
import * as notifications from './notifications';