mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
fix: unnecessary space
This commit is contained in:
@ -42,7 +42,7 @@ pub fn add_three(x: i32) -> Option<i32> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mod a {
|
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`]
|
/// [`crate::MySpecialFormatter`]
|
||||||
pub fn add_four(x: i32) -> Option<i32> {
|
pub fn add_four(x: i32) -> Option<i32> {
|
||||||
Some(x + 4)
|
Some(x + 4)
|
||||||
|
Reference in New Issue
Block a user