From b3075cc9bca4dc049a214ffce17d751793a4637e Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Mon, 13 Jan 2025 21:33:35 -0800 Subject: [PATCH] remove empty lines --- api/clients/retrieval_client_test.go | 1 - common/geth/multihoming_client_test.go | 1 - common/store/dynamo_store_test.go | 1 - common/testutils/test_utils.go | 7 ++++--- disperser/apiserver/server_test.go | 1 - disperser/batcher/batcher_test.go | 1 - indexer/test/indexer_test.go | 1 - 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/api/clients/retrieval_client_test.go b/api/clients/retrieval_client_test.go index 2b19629d5..0fbd13966 100644 --- a/api/clients/retrieval_client_test.go +++ b/api/clients/retrieval_client_test.go @@ -3,7 +3,6 @@ package clients_test import ( "bytes" "context" - "runtime" "testing" diff --git a/common/geth/multihoming_client_test.go b/common/geth/multihoming_client_test.go index 6ba42d3dd..c79da079b 100644 --- a/common/geth/multihoming_client_test.go +++ b/common/geth/multihoming_client_test.go @@ -3,7 +3,6 @@ package geth_test import ( "context" "fmt" - "math/big" "testing" diff --git a/common/store/dynamo_store_test.go b/common/store/dynamo_store_test.go index 4e0d6fef3..eca873e72 100644 --- a/common/store/dynamo_store_test.go +++ b/common/store/dynamo_store_test.go @@ -3,7 +3,6 @@ package store_test import ( "context" "fmt" - "os" "testing" "time" diff --git a/common/testutils/test_utils.go b/common/testutils/test_utils.go index 8a425b265..f5eac45e3 100644 --- a/common/testutils/test_utils.go +++ b/common/testutils/test_utils.go @@ -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 diff --git a/disperser/apiserver/server_test.go b/disperser/apiserver/server_test.go index 9b8b72687..26d2b0b53 100644 --- a/disperser/apiserver/server_test.go +++ b/disperser/apiserver/server_test.go @@ -5,7 +5,6 @@ import ( "crypto/rand" "flag" "fmt" - "math" "math/big" "net" diff --git a/disperser/batcher/batcher_test.go b/disperser/batcher/batcher_test.go index e04265419..0805cc6d3 100644 --- a/disperser/batcher/batcher_test.go +++ b/disperser/batcher/batcher_test.go @@ -4,7 +4,6 @@ import ( "context" "encoding/hex" "errors" - "math/big" "runtime" "sync" diff --git a/indexer/test/indexer_test.go b/indexer/test/indexer_test.go index 5a9c32a31..3849ed565 100644 --- a/indexer/test/indexer_test.go +++ b/indexer/test/indexer_test.go @@ -2,7 +2,6 @@ package weth_test import ( "context" - "testing" "time"