Skip to content

Commit

Permalink
fix: resolve clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo-Azzini committed Apr 6, 2022
1 parent 589e33a commit c925b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl IsClose for Matrix {
}
}
}
return true;
true
}
}

Expand All @@ -66,7 +66,7 @@ impl Mul<Matrix> for Matrix {
}
}
}
return matrix;
matrix
}
}

Expand Down

0 comments on commit c925b38

Please sign in to comment.