Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jan 14, 2025
1 parent 2e43636 commit b3075cc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion api/clients/retrieval_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package clients_test
import (
"bytes"
"context"

"runtime"
"testing"

Expand Down
1 change: 0 additions & 1 deletion common/geth/multihoming_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package geth_test
import (
"context"
"fmt"

"math/big"
"testing"

Expand Down
1 change: 0 additions & 1 deletion common/store/dynamo_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package store_test
import (
"context"
"fmt"

"os"
"testing"
"time"
Expand Down
7 changes: 4 additions & 3 deletions common/testutils/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package testutils
import (
"context"
"fmt"
"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/stretchr/testify/assert"
"golang.org/x/exp/rand"
"os"
"testing"
"time"

"github.com/Layr-Labs/eigensdk-go/logging"
"github.com/stretchr/testify/assert"
"golang.org/x/exp/rand"
)

// InitializeRandom initializes the random number generator. If no arguments are provided, then the seed is randomly
Expand Down
1 change: 0 additions & 1 deletion disperser/apiserver/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/rand"
"flag"
"fmt"

"math"
"math/big"
"net"
Expand Down
1 change: 0 additions & 1 deletion disperser/batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/hex"
"errors"

"math/big"
"runtime"
"sync"
Expand Down
1 change: 0 additions & 1 deletion indexer/test/indexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package weth_test

import (
"context"

"testing"
"time"

Expand Down

0 comments on commit b3075cc

Please sign in to comment.