aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/parent_module.ts
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-30 18:07:28 +0000
committerAleksey Kladov <[email protected]>2019-12-30 18:07:59 +0000
commit260df66b7742e76c76184388253552c5055b1945 (patch)
tree3879a92160f2313f54e738812d698d62e298f1a0 /editors/code/src/commands/parent_module.ts
parentca5c59507f76b8e30658d6c815b823c9636d786a (diff)
Cleanup imports
Diffstat (limited to 'editors/code/src/commands/parent_module.ts')
-rw-r--r--editors/code/src/commands/parent_module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands/parent_module.ts b/editors/code/src/commands/parent_module.ts
index d641181fa..258b61b21 100644
--- a/editors/code/src/commands/parent_module.ts
+++ b/editors/code/src/commands/parent_module.ts
@@ -1,6 +1,6 @@
1import * as vscode from 'vscode'; 1import * as vscode from 'vscode';
2
3import * as lc from 'vscode-languageclient'; 2import * as lc from 'vscode-languageclient';
3
4import { Ctx, Cmd } from '../ctx'; 4import { Ctx, Cmd } from '../ctx';
5 5
6export function parentModule(ctx: Ctx): Cmd { 6export function parentModule(ctx: Ctx): Cmd {