doc: update CONTRIBUTING.md (#483)

Add missing newline.
This commit is contained in:
dan
2024-05-08 05:35:34 +00:00
committed by GitHub
parent ea2a8fd80c
commit 3506791df1

View File

@@ -61,6 +61,7 @@ Comments for function arguments must adhere to this pattern:
/// Performs a certain computation. Any other description of the function.
///
/// # Arguments
///
/// * `arg1` - The first argument.
/// * `arg2` - The second argument.
pub fn compute(...