Skip to content

Commit ea0d4ee

Browse files
committed
Reformat code
Run 'yarn fmt' in plugin/vscode/ to reformat the code automatically. This commit should not change behavior.
1 parent c912508 commit ea0d4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vscode/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ async function activateAsync() {
381381
Implementation is a suggested workaround by maintainer: https://github.com/Microsoft/vscode/issues/50344
382382
*/
383383
let isBogusEvent = event.contentChanges.length === 0;
384-
if (!(isBogusEvent)) {
384+
if (!isBogusEvent) {
385385
logAsyncErrors(
386386
(async () => {
387387
if (isLintable(event.document)) {

0 commit comments

Comments
 (0)