Skip to content

Commit

Permalink
Removing extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhildebrand committed Oct 24, 2022
1 parent deff2dd commit 6ae0cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
]
];
$form = $this->utils->array_insert_after($form, 'mimetype', $new);


return $form;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
$form['args']['#title'] = $this->t('Additional output arguments');
$form['args']['#description'] = $this->t('Additional output options for ImageMagick convert (e.g. -resize 50% -unsharp 0x.5).<br>See <a target="_blank" href="https://imagemagick.org/script/convert.php">documentation</a> for available options.');


$new = [
'inputargs' => [
'#type' => 'textfield',
Expand All @@ -54,6 +53,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
]
];
$form = $this->utils->array_insert_after($form, 'mimetype', $new);

return $form;
}

Expand Down

0 comments on commit 6ae0cb0

Please sign in to comment.