fixed another indentation error

This commit is contained in:
kao
2017-05-15 00:18:43 +02:00
parent 65546a38d5
commit 92c71c210a
@@ -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,