Skip to content

Commit 21047ce

Browse files
woodieonsi
authored andcommitted
No need for a new method.
1 parent 7d281e1 commit 21047ce

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

reporters/default_reporter.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,8 @@ func (r *DefaultReporter) wrapTextBlock(sectionName string, fn func()) {
224224
func (r *DefaultReporter) DidRun(report types.SpecReport) {
225225
if r.conf.FdOutput {
226226
r.didRunFd(report)
227-
} else {
228-
r.didRunStd(report)
227+
return
229228
}
230-
}
231-
232-
func (r *DefaultReporter) didRunStd(report types.SpecReport) {
233229
v := r.conf.Verbosity()
234230
inParallel := report.RunningInParallel
235231

0 commit comments

Comments
 (0)