From e917221b626b816d79af95eded8154065100cdf1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 21 Sep 2021 17:17:56 +0300 Subject: Expand TAB into spaces Found by clippy lint tabs_in_doc_comments: https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments --- guide/src/chapter_02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide') diff --git a/guide/src/chapter_02.md b/guide/src/chapter_02.md index 832cd9b8..493528d7 100644 --- a/guide/src/chapter_02.md +++ b/guide/src/chapter_02.md @@ -601,7 +601,7 @@ impl<'a> DecryptionHelper for Helper<'a> { // XXX: In production code, return the Fingerprint of the // recipient's Cert here - Ok(None) + Ok(None) } } ``` -- cgit v1.2.3