Apply gofmt to fix CircleCI jobs

Этот коммит содержится в:
Viacheslav Poturaev 2021-07-07 18:12:11 +02:00
родитель 7cadaeffdb
коммит d4c6c236b1

Просмотреть файл

@ -21,7 +21,7 @@ type customFmt struct {
}
func (f *customFmt) TestRunStarted() {}
func (f *customFmt) Feature(*messages.GherkinDocument, string, []byte) {}
func (f *customFmt) Feature(*messages.GherkinDocument, string, []byte) {}
func (f *customFmt) Pickle(*godog.Scenario) {}
func (f *customFmt) Defined(*godog.Scenario, *godog.Step, *godog.StepDefinition) {}
func (f *customFmt) Passed(*godog.Scenario, *godog.Step, *godog.StepDefinition) {}