From 5d95075cdfdc2ca21f262f23355320f8aa96b25e Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 28 Aug 2020 16:07:22 -0400 Subject: [PATCH] 16602: Add missing semicolon. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- src/store/run-process-panel/run-process-panel-actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 8a826396..3cc6e713 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -92,7 +92,7 @@ export const getWorkflowRunnerSettings = (workflow: WorkflowResource) => { } } return advancedFormValues; -} +}; export const setWorkflow = (workflow: WorkflowResource, isWorkflowChanged = true) => (dispatch: Dispatch, getState: () => RootState) => { -- 2.30.2