Skip to content

Commit

Permalink
Reduce unused exports (microsoft#164935)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 1, 2022
1 parent d1c401c commit f93ad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/editor/editorStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ export class ChangeLanguageAction extends Action {
}
}

export interface IChangeEOLEntry extends IQuickPickItem {
interface IChangeEOLEntry extends IQuickPickItem {
eol: EndOfLineSequence;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Dimension } from 'vs/base/browser/dom';
import { EditorInputCapabilities, IUntypedEditorInput } from 'vs/workbench/common/editor';
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';

export class WalkThroughModel extends EditorModel {
class WalkThroughModel extends EditorModel {

constructor(
private mainRef: string,
Expand Down

0 comments on commit f93ad8a

Please sign in to comment.