Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymMalicki committed Jan 10, 2025
1 parent 2bf4fa6 commit 4872ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func gasInitialization(memory *mem.Memory) error {
if err != nil {
return err
}

preCostTokenTypes := []TokenGasCost{PedersenToken, BitwiseToken, EcOpToken, PoseidonToken, AddModToken, MulModToken}

for _, token := range preCostTokenTypes {
Expand Down

0 comments on commit 4872ab0

Please sign in to comment.