]> Cypherpunks repositories - gostls13.git/commit
runtime: gofmt all improperly formatted code
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 9 Nov 2018 23:33:40 +0000 (23:33 +0000)
committerMichael Knyszek <mknyszek@google.com>
Sun, 11 Nov 2018 16:09:05 +0000 (16:09 +0000)
commit3a7a56cc704eb27b823b6c0dc7bf7b0e7c94d1d7
tree5f7df416fabac236d2871af0a865fb51fb8a496b
parent8607b2e825da5bbd91929080ccfdbc20ed9aef96
runtime: gofmt all improperly formatted code

This change fixes incorrect formatting in mheap.go (the result of my
previous heap scavenging changes) and map_test.go.

Change-Id: I2963687504abdc4f0cdf2f0c558174b3bc0ed2df
Reviewed-on: https://go-review.googlesource.com/c/148977
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/map_test.go
src/runtime/mheap.go