Skip to content
Snippets Groups Projects
Commit 86daea1f authored by Sven Decabooter's avatar Sven Decabooter
Browse files

Fix missing newline at end of file

parent 322d65ca
No related branches found
No related tags found
1 merge request!143Issue #3501555 Address PHPCS failing test and set repository to not allow merging of merge requests with code that fails the PHPCS test.
...@@ -150,4 +150,4 @@ function easy_breadcrumb_update_8009() { ...@@ -150,4 +150,4 @@ function easy_breadcrumb_update_8009() {
$config->save(TRUE); $config->save(TRUE);
return t('Breadcrumb segment minimum count has been set to 1 to maintain the existing behavior when rendering breadcrumbs.'); return t('Breadcrumb segment minimum count has been set to 1 to maintain the existing behavior when rendering breadcrumbs.');
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment