From 48adc6cf412aa4090571e28e32a0ea5bfd3fafa0 Mon Sep 17 00:00:00 2001
From: Web Admin <w3adm@sanger.ac.uk>
Date: Thu, 11 Oct 2001 08:16:26 +0000
Subject: [PATCH] White space

---
 modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
index 1c9b09dd22..03af347801 100755
--- a/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/BaseAdaptor.pm
@@ -63,7 +63,7 @@ sub new {
     bless $self,$class;
 
     if( !defined $dbobj || !ref $dbobj ) {
-	$self->throw("Don't have a db [$dbobj] for new adaptor");
+        $self->throw("Don't have a db [$dbobj] for new adaptor");
     }
 
     $self->db($dbobj);
-- 
GitLab