Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Jul 1, 2024
1 parent 4ee878d commit 232cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kr2r/src/bin/estimate_capacity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use seqkmer::{read_parallel, FastaReader};
use serde_json;
use std::collections::HashSet;
use std::fs::File;
use std::io::{Read, Result, Write};
use std::io::{Read, Write};
use std::path::{Path, PathBuf};

#[derive(Parser, Debug, Clone)]
Expand Down

0 comments on commit 232cb8b

Please sign in to comment.