Skip to content

Commit c7f6fc3

Browse files
committed
Correct eslint check
1 parent 2bc518d commit c7f6fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/celltoolbartracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export class CellToolbarTracker implements IDisposable {
137137
this._allTags,
138138
this._leftMenuItems,
139139
this._rightMenuItems,
140+
// eslint-disable-next-line prettier/prettier
140141
(this._settings?.composite['leftSpace'] as number) || 0
141142
);
142143
toolbar.addClass(CELL_BAR_CLASS);

0 commit comments

Comments
 (0)