mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
👕 oh right standardjs
This commit is contained in:
@@ -3125,10 +3125,10 @@ class GutterContainerComponent {
|
||||
} = this.props
|
||||
|
||||
if (!gutter.isVisible()) {
|
||||
return null;
|
||||
return null
|
||||
}
|
||||
|
||||
const ref = gutter.name === 'line-number' ? 'lineNumberGutter' : undefined;
|
||||
const ref = gutter.name === 'line-number' ? 'lineNumberGutter' : undefined
|
||||
|
||||
if (hasInitialMeasurements) {
|
||||
const {maxDigits, keys, bufferRows, screenRows, softWrappedFlags, foldableFlags} = lineNumbersToRender
|
||||
|
||||
Reference in New Issue
Block a user