Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Dec 12, 2024
1 parent c37e3ae commit 4d7867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cli/mcap/cmd/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func filter(
defer func() {
err := mcapWriter.Close()
if err != nil {
fmt.Fprintf(os.Stderr, "failed to close mcap writer: %w\n", err)
fmt.Fprintf(os.Stderr, "failed to close mcap writer: %v\n", err)
return
}
if opts.recover {
Expand Down

0 comments on commit 4d7867a

Please sign in to comment.