Skip to content

Commit f13661d

Browse files
committed
fmt
1 parent 0aa9508 commit f13661d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ macro_rules! site_table_add_row_with_metadata {
984984
position: P,
985985
ancestral_state: Option<&[u8]>,
986986
metadata: &M) -> Result<$crate::SiteId, $crate::TskitError>
987-
where
987+
where
988988
P: Into<$crate::Position>,
989989
M: $crate::metadata::SiteMetadata
990990
{
@@ -1054,7 +1054,7 @@ macro_rules! migration_table_add_row_with_metadata {
10541054
time: T,
10551055
metadata: &M)
10561056
-> Result<$crate::MigrationId, $crate::TskitError>
1057-
where
1057+
where
10581058
LEFT: Into<$crate::Position>,
10591059
RIGHT: Into<$crate::Position>,
10601060
N: Into<$crate::NodeId>,

0 commit comments

Comments
 (0)