From 5acf82c2c8ad94e10fa26f9b28e5350c16f89eb3 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 17 Apr 2015 08:24:45 -0400 Subject: [PATCH] php-cs-fixer --- module/VuFind/src/VuFind/OAI/Server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/OAI/Server.php b/module/VuFind/src/VuFind/OAI/Server.php index 39cd81ae5bc..476ced8c2f1 100644 --- a/module/VuFind/src/VuFind/OAI/Server.php +++ b/module/VuFind/src/VuFind/OAI/Server.php @@ -312,8 +312,8 @@ class Server } } - // Headers should be returned only if the metadata format matching - // the supplied metadataPrefix is available. + // Headers should be returned only if the metadata format matching + // the supplied metadataPrefix is available. // If RecordDriver returns nothing, skip this record. if (empty($xml)) { return true; -- GitLab