From f37b3a4fd9987eb658ffb5f4738ea70750a51073 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Sat, 27 Jul 2024 11:44:35 -0700 Subject: [PATCH] fix a lint --- src/trees/treeseq.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trees/treeseq.rs b/src/trees/treeseq.rs index 704442b2..14935940 100644 --- a/src/trees/treeseq.rs +++ b/src/trees/treeseq.rs @@ -370,8 +370,8 @@ impl TreeSequence { /// - `Ok(Some(TableCollection))`: when trunction is successfully performed /// and results in non-empty edge table. The tables are sorted. /// - `Error(TskitError)`: Any errors from the C API propagate. An - /// [TskitError::RangeError] will occur when `intervals` are not - /// sorted. + /// [TskitError::RangeError] will occur when `intervals` are not + /// sorted. /// /// # Notes ///