Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih authored Oct 18, 2023
1 parent b756d51 commit b5f9b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions color_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit b5f9b4c

Please sign in to comment.