From 08b5362fd23c290d437336456266596b9ca332dc Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Fri, 7 Sep 2018 08:35:06 -0300 Subject: [PATCH] Sacrifical commit for coding standards gods. --- islandora.api.php | 2 +- islandora.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}