Skip to content

Commit

Permalink
Issue CollaboraOnline#43: Fix indentation to current package standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Nov 8, 2024
1 parent 6cbbaf0 commit abfe938
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 @@ -103,6 +103,6 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
->save();

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

}

0 comments on commit abfe938

Please sign in to comment.