From be4a6d1db42de3676d2f2bc1c9a0fa1765f0d43a Mon Sep 17 00:00:00 2001 From: roeldev Date: Tue, 7 May 2024 20:03:50 +0200 Subject: [PATCH] Update imports formatting --- exitcode_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/exitcode_test.go b/exitcode_test.go index b714088..42b5a11 100644 --- a/exitcode_test.go +++ b/exitcode_test.go @@ -8,8 +8,6 @@ import ( stderrors "errors" "github.com/stretchr/testify/assert" "testing" - - "github.com/stretchr/testify/assert" ) func TestWithExitCode(t *testing.T) {