Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Dec 14, 2021
1 parent c67a9bd commit e3a5957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bctklib/persistence/StateServiceStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};
Expand Down

0 comments on commit e3a5957

Please sign in to comment.