Skip to content

Commit ef920a0

Browse files
committed
fix gofumpt
1 parent cadc895 commit ef920a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qascsv.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func (q *QASphereCSV) AddCustomFields(cfs []CustomField) error {
198198
}
199199
return err
200200
}
201+
201202
func (q *QASphereCSV) AddTestCase(tc TestCase) error {
202203
if tc.Type == TestCaseType("") {
203204
tc.Type = TestCaseTypeStandalone

0 commit comments

Comments
 (0)