Skip to content

Commit

Permalink
chore: update file
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbln committed Feb 6, 2024
1 parent 7bd463d commit da1510d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ pub fn div(a: i32, b: i32) -> Option<i32> {
Some(div_unchecked(a, b))
} else {
None
// dummy comment
}
}

0 comments on commit da1510d

Please sign in to comment.