From 30132c56bb98271dae079a741c3ca1bd81adf5f6 Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Tue, 4 Feb 2025 16:43:56 +0000 Subject: [PATCH] Fix rustdoc indentation New nightly lint picked up an incorrect indentation. Remove extra space. --- hashes/src/internal_macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/src/internal_macros.rs b/hashes/src/internal_macros.rs index 39999b3dd..959ccdb47 100644 --- a/hashes/src/internal_macros.rs +++ b/hashes/src/internal_macros.rs @@ -9,7 +9,7 @@ /// /// * `$bits` - number of bits this hash type has /// * `$reverse` - `bool` - `true` if the hash type should be displayed backwards, `false` -/// otherwise. +/// otherwise. /// * `$gen: $gent` - generic type(s) and trait bound(s) /// /// Restrictions on usage: