Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Jan 22, 2024
1 parent 41894c8 commit fe3194e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/runners/zero/zero_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"math"
"testing"

hintrunner "github.com/NethermindEth/cairo-vm-go/pkg/hintrunner"
zero "github.com/NethermindEth/cairo-vm-go/pkg/parsers/zero"
hintrunner "github.com/NethermindEth/cairo-vm-go/pkg/hintrunner"
zero "github.com/NethermindEth/cairo-vm-go/pkg/parsers/zero"
)

func BenchmarkRunnerWithFibonacci(b *testing.B) {
Expand Down

0 comments on commit fe3194e

Please sign in to comment.