Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Jan 2, 2025
1 parent d6605e5 commit 461ed7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Evm/EvmState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public sealed class EvmState : IDisposable // TODO: rename to CallState
private Snapshot _snapshot;
private ExecutionEnvironment _env;
private StackAccessTracker _accessTracker;

#if DEBUG
private StackTrace? _creationStackTrace;
#endif
Expand Down Expand Up @@ -147,7 +147,7 @@ private void Initialize(
}
// Mark revived
_isDisposed = false;

#if DEBUG
_creationStackTrace = new();
#endif
Expand Down

0 comments on commit 461ed7d

Please sign in to comment.