From 9b0812c7b4a7a456105dbdfe2d9d38514cb7a668 Mon Sep 17 00:00:00 2001 From: feedmeapples Date: Wed, 16 Nov 2022 18:12:07 -0500 Subject: [PATCH] Update godoc v2 spacing --- testdata/godoc-v2.x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/godoc-v2.x.txt b/testdata/godoc-v2.x.txt index 74dd360949..6afd244f25 100644 --- a/testdata/godoc-v2.x.txt +++ b/testdata/godoc-v2.x.txt @@ -318,7 +318,7 @@ type App struct { CustomAppHelpTemplate string // SliceFlagSeparator is used to customize the separator for SliceFlag, the default is "," SliceFlagSeparator string - // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false + // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false DisableSliceFlagSeparator bool // Boolean to enable short-option handling so user can combine several // single-character bool arguments into one