From a67aa85820c2e278e1c32fb8fdfe137523537ccb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 16 Sep 2025 21:22:56 +0900 Subject: Style change: thinner gutter column (#4521) --- src/options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options_test.go') diff --git a/src/options_test.go b/src/options_test.go index f35c7ee3..a14dece7 100644 --- a/src/options_test.go +++ b/src/options_test.go @@ -462,7 +462,7 @@ func TestValidateSign(t *testing.T) { } for _, testCase := range testCases { - err := validateSign(testCase.inputSign, "") + err := validateSign(testCase.inputSign, "", 2) if testCase.isValid && err != nil { t.Errorf("Input sign `%s` caused error", testCase.inputSign) } -- cgit v1.2.3