From 513abf8b9758ca7062a6d80c45c55ff7829a8eae Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 22 Sep 2023 01:24:03 +0000 Subject: [PATCH] rustfmt --- zcash_client_backend/src/data_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_client_backend/src/data_api.rs b/zcash_client_backend/src/data_api.rs index 18646c44d..875ac614b 100644 --- a/zcash_client_backend/src/data_api.rs +++ b/zcash_client_backend/src/data_api.rs @@ -490,7 +490,7 @@ impl ScannedBlock { } /// Returns the metadata describing the state of the note commitment trees as of the end of the - /// scanned block. + /// scanned block. /// /// The metadata returned from this method is guaranteed to be consistent with what is returned /// by [`Self::height`] and [`Self::block_hash`].