Skip to content

Commit 5e247c2

Browse files
m2decvharris
authored andcommitted
Remove double empty line
1 parent 8110291 commit 5e247c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
132132
context.subscriptions.push(provideCompletionItemsGenerator(extension, /class=["|']([\w- ]*$)/));
133133
});
134134

135-
136135
caching = true;
137136
try {
138137
await cache();

0 commit comments

Comments
 (0)