From 3f1ba21a7261dc3ee39234d02cc2bc4719873e7c Mon Sep 17 00:00:00 2001
From: Kieron Taylor <ktaylor@ebi.ac.uk>
Date: Tue, 1 May 2012 16:21:34 +0000
Subject: [PATCH] and some more white space.

---
 modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm b/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
index 60fa158755..5b2481ea2e 100644
--- a/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
+++ b/modules/Bio/EnsEMBL/Utils/ConfigRegistry.pm
@@ -260,18 +260,21 @@ sub load_core      { load_adaptors(@_) }
   Exceptions : none
 =cut
 sub load_compara   { load_adaptors(@_) }
+
 =head2 load_hive
   Arg [1]    : DBAdaptor with DBConnection already attached
   Returntype : DBAdaptor
   Exceptions : none
 =cut
 sub load_hive      { load_adaptors(@_) }
+
 =head2 load_pipeline
   Arg [1]    : DBAdaptor with DBConnection already attached
   Returntype : DBAdaptor
   Exceptions : none
 =cut
 sub load_pipeline  { load_adaptors(@_) }
+
 =head2 load_SNP
   Arg [1]    : DBAdaptor with DBConnection already attached
   Returntype : DBAdaptor
@@ -305,7 +308,7 @@ sub load_otherfeatures { load_and_attach_dnadb_to_core(@_) }
   Returntype : DBAdaptor
   Exceptions : none
 =cut
-sub load_vega          { load_and_attach_dnadb_to_core(@_) }
+sub load_vega { load_and_attach_dnadb_to_core(@_) }
 
 
 sub add_alias {
-- 
GitLab