Skip to content

Commit cb0c9ae

Browse files
committed
fmt
1 parent 93289f1 commit cb0c9ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/table_collection.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,7 @@ impl TableCollection {
415415
/// let rv = tables.add_node_with_defaults(2.0, &node_defaults).unwrap();
416416
/// assert_eq!(rv, 1);
417417
/// ```
418-
pub fn add_node_with_defaults<
419-
T: Into<crate::Time>,
420-
D: crate::node_table::DefaultNodeData,
421-
>(
418+
pub fn add_node_with_defaults<T: Into<crate::Time>, D: crate::node_table::DefaultNodeData>(
422419
&mut self,
423420
time: T,
424421
defaults: &D,

0 commit comments

Comments
 (0)