From e3a5957b7afb1401f0a6bede3edba1d4d5b87bb4 Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 14 Dec 2021 11:16:14 -0800 Subject: [PATCH] dotnet format --- src/bctklib/persistence/StateServiceStore.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bctklib/persistence/StateServiceStore.cs b/src/bctklib/persistence/StateServiceStore.cs index b2845c3..ab1daf2 100644 --- a/src/bctklib/persistence/StateServiceStore.cs +++ b/src/bctklib/persistence/StateServiceStore.cs @@ -101,8 +101,8 @@ public void Dispose() return key[4] switch { Ledger_Prefix_CurrentBlock => GetLedgerCurrentBlock(cachingClient, index), - Ledger_Prefix_BlockHash - or Ledger_Prefix_Block + Ledger_Prefix_BlockHash + or Ledger_Prefix_Block or Ledger_Prefix_Transaction => cachingClient.GetLedgerStorage(key.AsMemory(4)), _ => throw new NotSupportedException() };