Procházet zdrojové kódy

fixed lint error

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara před 5 měsíci
rodič
revize
adbd61e5d6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")
 	}
-}
+}