Clean up blank lines in container_manager_test.go

Removed unnecessary blank lines in the test file.
This commit is contained in:
Rohit Chaudhari
2026-01-29 21:40:13 +05:30
committed by GitHub
parent cbf051361f
commit cbf8fab05a

View File

@@ -20,7 +20,7 @@ package cm
import (
"testing"
"github.com/stretchr/testify/require"
)
@@ -75,7 +75,7 @@ func TestParsePercentage(t *testing.T) {
expectErr: true,
},
}
for _, testCase := range testCases {
t.Run(testCase.name, func(t *testing.T) {
result, err := parsePercentage(testCase.input)