Skip to content

Commit

Permalink
stdouttrace: Fix WithPrettyPrint comment (#4544)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Sep 25, 2023
1 parent 3c1621b commit 2a8fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/stdout/stdouttrace/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (o writerOption) apply(cfg config) config {
return cfg
}

// WithPrettyPrint sets the export stream format to use JSON.
// WithPrettyPrint prettifies the emitted output.
func WithPrettyPrint() Option {
return prettyPrintOption(true)
}
Expand Down

0 comments on commit 2a8fdda

Please sign in to comment.