Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Oct 2, 2024
1 parent 8a4ccea commit c2c65f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub struct GroupBlock {
}

impl GroupBlock {
pub fn new(id: i32, node_id: i64, sequence: &Sequence, start: i64, end: i64) -> Self {
pub fn new(id: i64, node_id: i64, sequence: &Sequence, start: i64, end: i64) -> Self {
if sequence.external_sequence {
GroupBlock {
id,
Expand Down

0 comments on commit c2c65f3

Please sign in to comment.