From 5a868a80e1f8a84d9be5e402d0cbd13b63853317 Mon Sep 17 00:00:00 2001 From: Jiayin Mao Date: Sat, 25 Jan 2025 22:26:57 +0000 Subject: [PATCH] tests: revert an empty line change in imports. Signed-off-by: Jiayin Mao --- tests/e2e/runtime_reconfiguration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/runtime_reconfiguration_test.go b/tests/e2e/runtime_reconfiguration_test.go index 20dd3de6ecb9..1fde6f9489d5 100644 --- a/tests/e2e/runtime_reconfiguration_test.go +++ b/tests/e2e/runtime_reconfiguration_test.go @@ -23,6 +23,7 @@ import ( "time" "github.com/stretchr/testify/require" + "go.etcd.io/etcd/server/v3/etcdserver" "go.etcd.io/etcd/tests/v3/framework/e2e" )