From 3c0ad934776fb13707f968d91c136f5d5865b88f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 24 Oct 2016 13:23:49 +0100 Subject: [PATCH] Fix code style --- .../widgets/dynamic-table/editors/dropdown/dropdown.editor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts index afd0c0dbd2..c568f5420d 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts @@ -62,6 +62,4 @@ export class DropdownEditorComponent extends CellEditorComponent implements OnIn value = column.options.find(opt => opt.name === value); row.value[column.id] = value; } - - }