Skip to content

Commit

Permalink
chore: add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Nov 29, 2024
1 parent cffca74 commit c0a2032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcol/command_examine.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func newExamineSubCommand(set CollectorSettings, flagSet *flag.FlagSet) *cobra.C
if err != nil {
return err
}
log.Printf("%s", b)
log.Printf("\n%s", b)
return nil
},
}
Expand Down

0 comments on commit c0a2032

Please sign in to comment.