Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
HakanVardarr committed Mar 30, 2024
1 parent 51ea14d commit 3d972d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (c CLI) printGroupDouble(reports []reporter.Report) error {
return err
}

// Check reporter type to determine how to print
if _, ok := c.Reporter.(reporter.JsonReporter); ok {
return reporter.PrintDoubleGroupJson(reportGroup)
}
Expand Down

0 comments on commit 3d972d5

Please sign in to comment.