Thomas 3 năm trước cách đây
mục cha
commit
1912575591
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -149,7 +149,7 @@ impl DNAString {
                 .iter()
                 .for_each(|it| kmers.insert(kmers.len(), it.clone()));
                 self.0 = kmers_to_dnastring(&kmers).0;
-                return Ok(MergeResult::Left(res));
+                return Ok(MergeResult::Right(res));
             }
             Err(MergeErrors::Unexpected)
         }