Skip to content

Commit 372baec

Browse files
committed
rename suggestions: clean up
1 parent 47becdc commit 372baec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/editor/contrib/rename/browser/renameInputField.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class RenameInputField implements IContentWidget {
406406
}
407407
}
408408

409-
export class CandidatesView {
409+
class CandidatesView {
410410

411411
private readonly _listWidget: List<NewSymbolName>;
412412
private readonly _listContainer: HTMLDivElement;
@@ -568,7 +568,7 @@ export class CandidatesView {
568568
}
569569
}
570570

571-
export class CandidateView { // TODO@ulugbekna: remove export
571+
class CandidateView {
572572

573573
// TODO@ulugbekna: accessibility
574574

0 commit comments

Comments
 (0)