Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Jan 14, 2025
1 parent f5e2e4c commit 1d7cee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ReadOnlyWorldStateManager(

if (processExitSource is not null)
{
_blockingVerifyTrie = new BlockingVerifyTrie(_readOnlyTrieStore, GlobalStateReader , _codeDb!, processExitSource!, logManager);
_blockingVerifyTrie = new BlockingVerifyTrie(_readOnlyTrieStore, GlobalStateReader, _codeDb!, processExitSource!, logManager);
}
}

Expand Down

0 comments on commit 1d7cee5

Please sign in to comment.