diff options
| author | Cuong Manh Le <cuong.manhle.vn@gmail.com> | 2022-08-12 16:37:42 +0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-08-12 15:45:17 +0000 |
| commit | a2af095699f5ec330ff2f012ea3a16d74cc4c3f9 (patch) | |
| tree | 6abeb17cd2b9717695353697040b7636e7e07865 /src/runtime/testdata | |
| parent | f67c76606991411cd0075c5715624a579de40d46 (diff) | |
| download | go-a2af095699f5ec330ff2f012ea3a16d74cc4c3f9.tar.xz | |
runtime: run "gofmt -s -w"
Change-Id: I7eb3de35d1f1f0237962735450b37d738966f30c
Reviewed-on: https://go-review.googlesource.com/c/go/+/423254
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime/testdata')
| -rw-r--r-- | src/runtime/testdata/testprog/unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/testdata/testprog/unsafe.go b/src/runtime/testdata/testprog/unsafe.go index d6dddf22c2..021b08fa52 100644 --- a/src/runtime/testdata/testprog/unsafe.go +++ b/src/runtime/testdata/testprog/unsafe.go @@ -9,4 +9,4 @@ func init() { func panicOnNilAndEleSizeIsZero() { var p *struct{} _ = unsafe.Slice(p, 5) -}
\ No newline at end of file +} |
