cargo fmt fixes
This commit is contained in:
@@ -164,9 +164,9 @@ impl PartialOrd<BranchNumber> for BranchNumber {
|
||||
|
||||
impl BranchNumber {
|
||||
pub(crate) fn has_as_subbranch(&self, other: &Self) -> bool {
|
||||
other.delta <= self.delta &&
|
||||
other.branch_num >= self.branch_num &&
|
||||
other.branch_num < &self.branch_num + &self.delta
|
||||
other.delta <= self.delta
|
||||
&& other.branch_num >= self.branch_num
|
||||
&& other.branch_num < &self.branch_num + &self.delta
|
||||
}
|
||||
|
||||
pub(crate) fn split(&self) -> BranchNumber {
|
||||
|
||||
Reference in New Issue
Block a user