Skip to content

Commit

Permalink
Forgot one thing in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Apr 9, 2024
1 parent c5af77f commit f46b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode/relabel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::decode::*;
use crate::encode::*;
use byteorder::{BigEndian, ReadBytesExt};
use std::collections::HashMap;
use std::io::{Error, Read};
use std::io::Error;

/// Relabels each of the assignment vectors in a BEN file so that the values are
/// in ascending order.
Expand Down

0 comments on commit f46b47a

Please sign in to comment.