From 6176a91fc10f1f8c8d8657ca6b76e2bd60c8ebb5 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 7 Jul 2023 12:36:26 -0700 Subject: [PATCH] whitespace --- web3_proxy/src/stats/stat_buffer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/web3_proxy/src/stats/stat_buffer.rs b/web3_proxy/src/stats/stat_buffer.rs index 965b3650..c510b8ac 100644 --- a/web3_proxy/src/stats/stat_buffer.rs +++ b/web3_proxy/src/stats/stat_buffer.rs @@ -36,6 +36,7 @@ pub struct SpawnedStatBuffer { /// these handles are important and must be allowed to finish pub background_handle: Web3ProxyJoinHandle<()>, } + pub struct StatBuffer { accounting_db_buffer: HashMap, billing_period_seconds: i64,