Skip to content

Commit

Permalink
Get rid of silly ,)
Browse files Browse the repository at this point in the history
Summary: Not a useful lexeme.

Reviewed By: aniketmathur

Differential Revision: D56999618

fbshipit-source-id: b93bf568e64e227e2edd2e7929bbc9b947d16b6f
  • Loading branch information
ndmitchell authored and facebook-github-bot committed May 6, 2024
1 parent 8bc1455 commit c44c538
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions btd/src/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ mod tests {
&modified_target,
ImpactReason {
affected_dep: "".to_owned(),
root_cause: ("".to_owned(), RootImpactKind::Inputs,),
root_cause: ("".to_owned(), RootImpactKind::Inputs),
},
)],
&[TargetPattern::new("foo//...")],
Expand All @@ -388,7 +388,7 @@ mod tests {
&modified_target,
ImpactReason {
affected_dep: "".to_owned(),
root_cause: ("".to_owned(), RootImpactKind::Inputs,),
root_cause: ("".to_owned(), RootImpactKind::Inputs),
}
)],
&[TargetPattern::new("foo//...")],
Expand All @@ -413,7 +413,7 @@ mod tests {
&modified_target,
ImpactReason {
affected_dep: "".to_owned(),
root_cause: ("".to_owned(), RootImpactKind::Inputs,),
root_cause: ("".to_owned(), RootImpactKind::Inputs),
}
)],
&[TargetPattern::new("foo//...")],
Expand All @@ -437,7 +437,7 @@ mod tests {
&modified_target,
ImpactReason {
affected_dep: "".to_owned(),
root_cause: ("".to_owned(), RootImpactKind::Inputs,),
root_cause: ("".to_owned(), RootImpactKind::Inputs),
}
)],
&[TargetPattern::new("foo//...")],
Expand All @@ -461,7 +461,7 @@ mod tests {
&modified_target,
ImpactReason {
affected_dep: "".to_owned(),
root_cause: ("".to_owned(), RootImpactKind::Inputs,),
root_cause: ("".to_owned(), RootImpactKind::Inputs),
}
)],
&[TargetPattern::new("foo//...")],
Expand Down

0 comments on commit c44c538

Please sign in to comment.