Fix code style

This commit is contained in:
Denys Vuika
2016-10-24 13:23:49 +01:00
committed by Vito Albano
parent 3b898959ee
commit 3c0ad93477

View File

@@ -62,6 +62,4 @@ export class DropdownEditorComponent extends CellEditorComponent implements OnIn
value = column.options.find(opt => opt.name === value);
row.value[column.id] = value;
}
}