Skip to content

Commit ab6681a

Browse files
authored
Update nodeinfo.rs
1 parent a09b4a4 commit ab6681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sailfish-types/src/nodeinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ impl<T: Default + PartialOrd> NodeInfo<T> {
4747
debug_assert!(self.quorum <= self.nodes.len());
4848
&self.nodes[self.quorum - 1].1
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)