From a91ff77c369bb56fc179aad876ac6c5272a14470 Mon Sep 17 00:00:00 2001
From: James Smith <js5@sanger.ac.uk>
Date: Mon, 17 Nov 2008 14:28:04 +0000
Subject: [PATCH] reformated to make easier to read

---
 modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
index f5476d5c26..883a22e962 100644
--- a/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/AssemblyMapperAdaptor.pm
@@ -215,9 +215,11 @@ sub fetch_by_CoordSystems {
   my @mapping_path = @{$csa->get_mapping_path($cs1,$cs2)};
 
   if(!@mapping_path) {
-    warning("There is no mapping defined between these coord systems:\n" .
-          $cs1->name() . " " . $cs1->version() . " and " . $cs2->name() . " " .
-          $cs2->version());
+    warning(
+      "There is no mapping defined between these coord systems:\n" .
+      $cs1->name() . " " . $cs1->version() . " and " . $cs2->name() . " " .
+      $cs2->version()
+    );
     return undef;
   }
 
-- 
GitLab