Skip to content

Commit

Permalink
Issue #43: Fix indentation to current package standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote authored and hfiguiere committed Nov 15, 2024
1 parent a43b20b commit 6c28ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/ConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
->save();

parent::submitForm($form, $form_state);
}
}

}

0 comments on commit 6c28ef6

Please sign in to comment.