Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mathieu <[email protected]>
  • Loading branch information
thomasgouveia and dmathieu authored Sep 3, 2024
1 parent cc10281 commit fc7212e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (w *FileWriter) Export(data []byte) error {
}

// As stated in the specification, line separator is \n.
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md#json-lines-file
// https://github.com/open-telemetry/opentelemetry-specification/blob/v1.36.0/specification/protocol/file-exporter.md#json-lines-file
if _, err := io.WriteString(w.file, "\n"); err != nil {
return err
}
Expand Down

0 comments on commit fc7212e

Please sign in to comment.