Thomas %!s(int64=3) %!d(string=hai) anos
pai
achega
47b463163b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -563,7 +563,7 @@ impl NeoContig {
             l.append(&mut match_pipes);
             
             let mut ll = format!("{} - {}:{}-{}{}", 
-                " ".repeat(contig_len - l.len()).to_string(), 
+                " ".repeat(contig_len + 1 - l.len()).to_string(), 
                 self.alignments[1].ref_name, 
                 self.alignments[1].ref_range.start, 
                 self.alignments[1].ref_range.end,