Skip to content

Commit

Permalink
Merge branch 'main' into codespell-9-24-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuancheung committed Sep 26, 2023
2 parents daf4f36 + 2a8fdda commit 4df5485
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 4df5485

Please sign in to comment.