From a4e694b8d41be82b3605f577833dfcb85788ee2b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 17 Jul 2023 14:32:44 +0200 Subject: [PATCH] doc/go1.21: consistently use spaces for indentation Change-Id: Ib0aec9ee6cd7aae1821c82e67f0c67be01122992 Reviewed-on: https://go-review.googlesource.com/c/go/+/509677 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Reviewed-by: David Chase Auto-Submit: Tobias Klauser Run-TryBot: Tobias Klauser --- doc/go1.21.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index 0698ac109e..5ecc07ddcf 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -74,13 +74,13 @@ Do not send CLs removing the interior tags from such phrases.
  • Repeat until the list of packages is empty:
      -
    • - Find the first package in the list for which all imports are - already initialized. -
    • -
    • - Initialize that package and remove it from the list. -
    • +
    • + Find the first package in the list for which all imports are + already initialized. +
    • +
    • + Initialize that package and remove it from the list. +
  • @@ -1128,13 +1128,13 @@ Do not send CLs removing the interior tags from such phrases. such that errors.Is(err, errors.ErrUnsupported) returns true.
      -
    • ENOSYS
    • -
    • ENOTSUP
    • -
    • EOPNOTSUPP
    • -
    • EPLAN9 (Plan 9 only)
    • -
    • ERROR_CALL_NOT_IMPLEMENTED (Windows only)
    • -
    • ERROR_NOT_SUPPORTED (Windows only)
    • -
    • EWINDOWS (Windows only)
    • +
    • ENOSYS
    • +
    • ENOTSUP
    • +
    • EOPNOTSUPP
    • +
    • EPLAN9 (Plan 9 only)
    • +
    • ERROR_CALL_NOT_IMPLEMENTED (Windows only)
    • +
    • ERROR_NOT_SUPPORTED (Windows only)
    • +
    • EWINDOWS (Windows only)

    -- 2.48.1