Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Dec 10, 2023
1 parent 8dc6142 commit 5077b50
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type ts from 'typescript/lib/tsserverlibrary';

export function decorateMoveToRefactoringFileSuggestions(
ls: ts.LanguageService
): void {
export function decorateMoveToRefactoringFileSuggestions(ls: ts.LanguageService): void {
const getMoveToRefactoringFileSuggestions = ls.getMoveToRefactoringFileSuggestions;

ls.getMoveToRefactoringFileSuggestions = (
Expand Down

0 comments on commit 5077b50

Please sign in to comment.