Skip to content

Commit

Permalink
see if windows test failure is due to linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Sep 15, 2021
1 parent 512555b commit 4c4efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/car/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func ListCar(c *cli.Context) error {
}
return err
}
fmt.Fprintf(outStream, "%s\n", blk.Cid())
fmt.Fprintf(outStream, "%s\r\n", blk.Cid())
}

return err
Expand Down

0 comments on commit 4c4efb9

Please sign in to comment.