fixed lint error

Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
keitosuwahara 2025-07-27 23:50:56 +09:00 committed by Nicolas De loof
parent e37ac04329
commit adbd61e5d6

View File

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