]> Cypherpunks repositories - gostls13.git/commit
time: fix LoadLocation documentation formatting
authorAbhinav Gupta <abg@uber.com>
Fri, 12 Aug 2022 16:20:40 +0000 (09:20 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 18 Aug 2022 16:12:54 +0000 (16:12 +0000)
commit924f526277c4deecfeb3ff3b48095126d1bb520e
tree472e631f9a3051014ba29f260a57c8cb3bfa4354
parentb8b9e83ec7a92498c2c69a1a963c31983d303e21
time: fix LoadLocation documentation formatting

The documentation for LoadLocation contains an enumerated list,
but does not render as such because it's missing leading spaces.

Output verified with the go doc command and godoc server.

Change-Id: I88b61d34048b7d01ee5cd77c32849af266e2f4c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/423297
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/time/zoneinfo.go