Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev authored and chris-rock committed Dec 20, 2023
1 parent d44af69 commit 5caf5c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/reporter/cli_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ func defaultChecksum(code mqlCode, schema llx.Schema) (string, error) {
return res.sum, res.err
}

// implements the OutputHandler interface and can be used as such
// note: implements the OutputHandler interface
type Reporter struct {
Format Format
Printer *printer.Printer
Colors *colors.Theme
IsIncognito bool
IsVerbose bool
out io.Writer
}

Expand Down

0 comments on commit 5caf5c4

Please sign in to comment.