We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4558e commit 263d548Copy full SHA for 263d548
packages/line-ending-selector/lib/status-bar-item.js
@@ -11,7 +11,7 @@ module.exports = class StatusBarItem {
11
setLineEndings(lineEndings) {
12
this.lineEndings = lineEndings;
13
this.element.textContent = lineEndingName(lineEndings);
14
- this.element.style.display = lineEndingblockStyle(lineEndings);
+ this.element.style.display = lineEndingBlockStyle(lineEndings);
15
this.emitter.emit('did-change');
16
}
17
0 commit comments