Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dramborleg authored and ncw committed Jun 26, 2023
1 parent 7fa18ff commit c63915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stressdisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const (
// Globals
var (
// Flags
fileSize = flag.Int64("s", 1E9, "Size of the check files")
fileSize = flag.Int64("s", 1e9, "Size of the check files")
cpuprofile = flag.String("cpuprofile", "", "Write cpu profile to file")
duration = flag.Duration("duration", time.Hour*24, "Duration to run test")
statsInterval = flag.Duration("stats", time.Minute*1, "Interval to print stats")
Expand Down

0 comments on commit c63915b

Please sign in to comment.