From b5f9b4c5605ec36de8f31b9a1b4d777d38b817a4 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Wed, 18 Oct 2023 10:07:36 +0300 Subject: [PATCH] Apply suggestions from code review --- color_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/color_test.go b/color_test.go index f29a787..a8cc887 100644 --- a/color_test.go +++ b/color_test.go @@ -471,7 +471,6 @@ func readRaw(t *testing.T, r io.Reader) string { } func TestIssue206_1(t *testing.T) { - //visual test, go test -v . //to see the string with escape codes, use go test -v . > c:\temp\test.txt var underline = New(Underline).Sprint @@ -491,7 +490,6 @@ func TestIssue206_1(t *testing.T) { } func TestIssue206_2(t *testing.T) { - var underline = New(Underline).Sprint var bold = New(Bold).Sprint