From 3d1cfe817cd9cc3c29556ba4ab458f4be49f216d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Mon, 23 Dec 2024 13:27:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Gofmt=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/driver/luks/luks.go | 2 +- .../e2e/testsuites/dynamically_provisioned_stats_pod_tester.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/driver/luks/luks.go b/pkg/driver/luks/luks.go index c58d3de7..2e212031 100644 --- a/pkg/driver/luks/luks.go +++ b/pkg/driver/luks/luks.go @@ -14,4 +14,4 @@ type LuksService interface { IsLuksMapping(devicePath string) (bool, string, error) LuksResize(deviceName string, passphrase string) error LuksClose(deviceName string) error -} \ No newline at end of file +} diff --git a/tests/e2e/testsuites/dynamically_provisioned_stats_pod_tester.go b/tests/e2e/testsuites/dynamically_provisioned_stats_pod_tester.go index 35983e8a..72ff639e 100644 --- a/tests/e2e/testsuites/dynamically_provisioned_stats_pod_tester.go +++ b/tests/e2e/testsuites/dynamically_provisioned_stats_pod_tester.go @@ -15,8 +15,8 @@ limitations under the License. package testsuites import ( - "context" "bufio" + "context" "fmt" "math/big" "regexp"