]> Cypherpunks repositories - gostls13.git/commit
compress/flate: fix a fmt.Fprintf style nit in a test.
authorNigel Tao <nigeltao@golang.org>
Fri, 15 Apr 2016 06:29:43 +0000 (16:29 +1000)
committerNigel Tao <nigeltao@golang.org>
Fri, 15 Apr 2016 06:57:44 +0000 (06:57 +0000)
commit80e7dddffafa6c5eb8e98d642b87546eb8e445ab
tree012f8a4ffb81a0d4066504bdc8f04963cdd62277
parent106b9d391518fe382162559e1520a8af72564130
compress/flate: fix a fmt.Fprintf style nit in a test.

It's not a big deal (the for loop drops from 130-ish to 120-ish
milliseconds for me) but it's not a big change either.

Change-Id: I161a49caab5cae5a2b87866ed1dfb93627be8013
Reviewed-on: https://go-review.googlesource.com/22110
Reviewed-by: Klaus Post <klauspost@gmail.com>
Reviewed-by: Nigel Tao <nigeltao@golang.org>
src/compress/flate/writer_test.go