Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 11, 2023
1 parent 2a053f5 commit 812ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucvars/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use mehari::{
db::create::txs::data::{Strand, Transcript, TxSeqDatabase},
};
use noodles_vcf as vcf;
use rand_core::{SeedableRng, RngCore};
use rand_core::{RngCore, SeedableRng};
use serde::Serialize;
use thousands::Separable;
use uuid::Uuid;
Expand Down

0 comments on commit 812ee02

Please sign in to comment.