fix: unnecessary space

This commit is contained in:
katopz 2022-11-07 11:08:59 +07:00
parent a46840763e
commit 4983e0c2be
No known key found for this signature in database
GPG Key ID: C17323088013E8B8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ pub fn add_three(x: i32) -> Option<i32> {
}
mod a {
/// Add four to the given value and return a [`Option`] type
/// Add four to the given value and return a [`Option`] type
/// [`crate::MySpecialFormatter`]
pub fn add_four(x: i32) -> Option<i32> {
Some(x + 4)