Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz committed Mar 16, 2022
1 parent 23cfc44 commit 159622c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/arithmetic_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ macro_rules! impl_checked {
macro_rules! impl_saturating {
($long:literal, $short:literal, $fun:ident, $impl:ident, $cmp:ident) => {
#[doc = concat!(
"Saturating ",
$long,
"Saturating ",
$long,
". Computes `self ",
$short,
$short,
" other`, saturating at the relevant upper or lower boundary.",
)]
#[inline(always)]
Expand Down

0 comments on commit 159622c

Please sign in to comment.