Skip to content

Commit 263d548

Browse files
committed
Fix name of "lineEndingBlockStyle"
1 parent 5d4558e commit 263d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/line-ending-selector/lib/status-bar-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = class StatusBarItem {
1111
setLineEndings(lineEndings) {
1212
this.lineEndings = lineEndings;
1313
this.element.textContent = lineEndingName(lineEndings);
14-
this.element.style.display = lineEndingblockStyle(lineEndings);
14+
this.element.style.display = lineEndingBlockStyle(lineEndings);
1515
this.emitter.emit('did-change');
1616
}
1717

0 commit comments

Comments
 (0)