Skip to content

Commit b7b7f9b

Browse files
committed
tslint --fix
1 parent 8c37c7d commit b7b7f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/editTags.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Item } from 'qiita-js-2';
2-
import { QuickPickItem } from 'vscode';
3-
import { window } from 'vscode';
2+
import { QuickPickItem, window } from 'vscode';
43
import { client } from '../client';
54
import { makeQuickPickItemFromTag, tagQuickPickCreator } from '../quickpicks/tagQuickPickCreator';
65

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ export function activate (/*context: ExtensionContext */) {
2222
}
2323

2424
export function deactivate () {
25+
/* none */
2526
}

0 commit comments

Comments
 (0)