]> Cypherpunks repositories - gostls13.git/commit
runtime: fix gofmt error
authorKeith Randall <khr@golang.org>
Tue, 9 Aug 2022 22:40:19 +0000 (15:40 -0700)
committerKeith Randall <khr@google.com>
Wed, 10 Aug 2022 16:27:29 +0000 (16:27 +0000)
commitf19f6c79e48b0c7aeeeb26e07b626af11653dc99
tree5c0d9aa283701f98290f72e64fda37b0b5d68462
parent7ba458d7d8461835255b6353c773731f47c16215
runtime: fix gofmt error

Introduced in https://go-review.googlesource.com/c/go/+/419755

Change-Id: I7ca353d495dd7e833e46b3eeb972eac38b3a7a24
Reviewed-on: https://go-review.googlesource.com/c/go/+/422474
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: xie cui <523516579@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/slice.go