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:
Generated
+1
-1
@@ -586,10 +586,10 @@ dependencies = [
|
||||
name = "obikmer"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"clap",
|
||||
"crossbeam-channel",
|
||||
"obifastwrite",
|
||||
"obikrope",
|
||||
"obikseq",
|
||||
"obiread",
|
||||
"obiskbuilder",
|
||||
|
||||
Reference in New Issue
Block a user