Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Apr 10, 2022
1 parent 2106f95 commit 3954d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
//!
//! A signature is a collection of sketches for a genomic dataset.

use std::collections::VecDeque;
use std::fs::File;
use std::io;
use std::iter::Iterator;
use std::path::Path;
use std::str;
use std::collections::VecDeque;

use cfg_if::cfg_if;
#[cfg(feature = "parallel")]
Expand Down

0 comments on commit 3954d5d

Please sign in to comment.