Skip to content

Commit

Permalink
undo whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Nov 17, 2023
1 parent 7717188 commit bb6f2b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions engine/execution/computation/query/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,9 @@ func (e *QueryExecutor) ExecuteScript(
fvm.WithBlockHeader(blockHeader),
fvm.WithEntropyProvider(e.entropyPerBlock.AtBlockID(blockHeader.ID())),
fvm.WithDerivedBlockData(
e.derivedChainData.NewDerivedBlockDataForScript(blockHeader.ID())),
),
e.derivedChainData.NewDerivedBlockDataForScript(blockHeader.ID()))),
fvm.NewScriptWithContextAndArgs(script, requestCtx, arguments...),
snapshot,
)
snapshot)
if err != nil {
return nil, fmt.Errorf("failed to execute script (internal error): %w", err)
}
Expand Down

0 comments on commit bb6f2b8

Please sign in to comment.