Browse Source

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 months ago
parent
commit
adbd61e5d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/api/labels_test.go

+ 1 - 1
pkg/api/labels_test.go

@@ -32,4 +32,4 @@ func TestComposeVersionInitialization(t *testing.T) {
 		expected := v.Core().String()
 		assert.Equal(t, expected, ComposeVersion, "ComposeVersion should be the core of internal.Version")
 	}
-}
+}