Skip to content

Commit

Permalink
linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Feb 9, 2024
1 parent e215106 commit 4c1f260
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export class CustomCompletionProvider implements monaco.languages.CompletionItem
}
};
return item;
}
);
});
}

provideCompletionItems(
Expand Down Expand Up @@ -109,7 +108,7 @@ export class CustomCompletionProvider implements monaco.languages.CompletionItem
endColumn: column
},
};
})
});
return {
suggestions: monacoSuggestions
};
Expand Down

0 comments on commit 4c1f260

Please sign in to comment.