Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
No newline at end of random raw data
  • Loading branch information
gammazero committed Feb 24, 2025
commit 02f4963cdfdce77579a176aa3337f43174a40e99
4 changes: 3 additions & 1 deletion cli/random-data/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ OPTIONS:
fmt.Fprintln(os.Stderr, "missing value for size")
os.Exit(1)
}
fmt.Fprintln(os.Stdout)
if b64 {
fmt.Println()
}
}

func writeData(seed, size int64, b64 bool) error {
Expand Down