Merge branch 'master' into 14231-multiple-file-selection-project/collection-tree
[arvados.git] / src / views / run-process-panel / run-process-second-step.tsx
index 6582710c098141e2db700860407b3c31e53d55f3..76ebea3e4317afe3ef5c241d1bbf38380983ac45 100644 (file)
@@ -26,9 +26,9 @@ export interface RunProcessSecondStepActionProps {
     onRunProcess: (data: RunProcessSecondStepDataFormProps) => void;
 }
 
-type RunProcessSecondStepProps = RunProcessSecondStepDataProps 
-    & RunProcessSecondStepActionProps 
-    & WithStyles<CssRules> 
+type RunProcessSecondStepProps = RunProcessSecondStepDataProps
+    & RunProcessSecondStepActionProps
+    & WithStyles<CssRules>
     & InjectedFormProps<RunProcessSecondStepDataFormProps>;
 
 const RunProcessSecondStep = withStyles(styles)(