From 27f97e74cb28bb3b69adc373c9d7f2b0591ce0a1 Mon Sep 17 00:00:00 2001 From: Nelson Hart Date: Fri, 31 May 2013 15:16:29 -0300 Subject: [PATCH] coder review --- includes/mime_detect.inc | 1 - islandora.module | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index c92b5a15..d1fb058b 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -377,4 +377,3 @@ class MimeDetect { } } - diff --git a/islandora.module b/islandora.module index db5147b3..e7527a70 100644 --- a/islandora.module +++ b/islandora.module @@ -1119,4 +1119,4 @@ function islandora_file_mimetype_mapping_alter(&$mapping) { $mapping['extensions'][$ext] = $key; } } -} \ No newline at end of file +}