Explorar el Código

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara hace 5 meses
padre
commit
adbd61e5d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")
 	}
-}
+}