diff --git a/islandora.api.php b/islandora.api.php index c2d391e6..4d37aea5 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -992,4 +992,4 @@ function hook_islandora_solution_pack_child_relationships($cmodels) { ), ); } -} \ No newline at end of file +} diff --git a/islandora.module b/islandora.module index bbce6d1e..337212e8 100644 --- a/islandora.module +++ b/islandora.module @@ -2223,4 +2223,4 @@ function islandora_islandora_solution_pack_child_relationships($cmodels) { // Return empty arrays from core implementation so that these keys always // exist when the hook is called, even if no module responds. return array('predicate' => array(), 'prefix' => array()); -} \ No newline at end of file +}