Refactor: simplify logic and fix edge case

- Replaced redundant conditional checks with a single guard clause
  - Added unit test for edge case handling null input
This commit is contained in:
Eric Coissac
2026-04-19 21:31:16 +02:00
parent 2429131851
commit 41095a40d0
6 changed files with 609 additions and 106 deletions
+1 -1
View File
@@ -586,10 +586,10 @@ dependencies = [
name = "obikmer"
version = "0.1.0"
dependencies = [
"bytes",
"clap",
"crossbeam-channel",
"obifastwrite",
"obikrope",
"obikseq",
"obiread",
"obiskbuilder",