]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] test/typeparam: gofmt -w
authorMatthew Dempsky <mdempsky@google.com>
Wed, 28 Jul 2021 20:39:30 +0000 (13:39 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 28 Jul 2021 21:40:40 +0000 (21:40 +0000)
commit53557530093938e19c21f6b02a482939ac6e634b
tree18d51aa04629aaad621399e997306118b36a5952
parent473e493d18c277d69e40a4930af045d474ff2be4
[dev.typeparams] test/typeparam: gofmt -w

We don't usually reformat the test directory, but all of the files in
test/typeparam are syntactically valid. I suspect the misformattings
here are because developers aren't re-installing gofmt with
-tags=typeparams, not intentionally exercising non-standard
formatting.

Change-Id: I3767d480434c19225568f3c7d656dc8589197183
Reviewed-on: https://go-review.googlesource.com/c/go/+/338093
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
59 files changed:
test/typeparam/absdiff.go
test/typeparam/absdiffimp.dir/a.go
test/typeparam/aliasimp.dir/a.go
test/typeparam/aliasimp.dir/main.go
test/typeparam/boundmethod.go
test/typeparam/builtins.go
test/typeparam/chans.go
test/typeparam/chansimp.dir/a.go
test/typeparam/combine.go
test/typeparam/cons.go
test/typeparam/dictionaryCapture-noinline.go
test/typeparam/dictionaryCapture.go
test/typeparam/dottype.go
test/typeparam/double.go
test/typeparam/equal.go
test/typeparam/fact.go
test/typeparam/factimp.dir/a.go
test/typeparam/graph.go
test/typeparam/ifaceconv.go
test/typeparam/index.go
test/typeparam/interfacearg.go
test/typeparam/issue39755.go
test/typeparam/issue44688.go
test/typeparam/issue45817.go
test/typeparam/issue46472.go
test/typeparam/issue47258.go
test/typeparam/list.go
test/typeparam/list2.go
test/typeparam/listimp.dir/a.go
test/typeparam/listimp.dir/main.go
test/typeparam/listimp2.dir/a.go
test/typeparam/listimp2.dir/main.go
test/typeparam/lockable.go
test/typeparam/mapimp.dir/a.go
test/typeparam/mincheck.dir/a.go
test/typeparam/minimp.dir/a.go
test/typeparam/mutualimp.dir/a.go
test/typeparam/ordered.go
test/typeparam/orderedmap.go
test/typeparam/orderedmapsimp.dir/a.go
test/typeparam/orderedmapsimp.dir/main.go
test/typeparam/pair.go
test/typeparam/pairimp.dir/a.go
test/typeparam/pairimp.dir/main.go
test/typeparam/sets.go
test/typeparam/settable.go
test/typeparam/sliceimp.dir/a.go
test/typeparam/sliceimp.dir/main.go
test/typeparam/slices.go
test/typeparam/smallest.go
test/typeparam/smoketest.go
test/typeparam/stringable.go
test/typeparam/struct.go
test/typeparam/subdict.go
test/typeparam/sum.go
test/typeparam/tparam1.go
test/typeparam/typelist.go
test/typeparam/valimp.dir/a.go
test/typeparam/valimp.dir/main.go