Skip to content

Commit 77ce060

Browse files
committed
fmt
1 parent 63ec46c commit 77ce060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub trait NodeListGenerator: TableAccess {
184184
/// |row: &tskit::NodeTableRow| node_has_mutation(&tables, row));
185185
/// assert_eq!(samples_with_mut[0], 0);
186186
/// ```
187-
187+
188188
fn create_node_id_vector(&self, f: impl FnMut(&crate::NodeTableRow) -> bool) -> Vec<tsk_id_t> {
189189
self.nodes().create_node_id_vector(f)
190190
}

0 commit comments

Comments
 (0)