mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fixed another indentation error
This commit is contained in:
@@ -1068,9 +1068,9 @@ export class GridExample2 extends PureComponent<any, any> {
|
||||
_initCellPositioner() {
|
||||
if (typeof this._cellPositioner === 'undefined') {
|
||||
const {
|
||||
columnWidth,
|
||||
columnWidth,
|
||||
gutterSize
|
||||
} = this.state
|
||||
} = this.state
|
||||
|
||||
this._cellPositioner = createCellPositioner({
|
||||
cellMeasurerCache: this._cache,
|
||||
|
||||
Reference in New Issue
Block a user