Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed May 15, 2018
1 parent ee6a0e7 commit d319ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/demo-table/demo.go
Expand Up @@ -2,8 +2,8 @@ package main

import (
"fmt"
"strings"
"os"
"strings"

"github.com/jedib0t/go-pretty/table"
"github.com/jedib0t/go-pretty/text"
Expand Down
2 changes: 1 addition & 1 deletion table/style.go
Expand Up @@ -569,7 +569,7 @@ var (
RowAlternate: text.Colors{text.FgWhite, text.BgBlack},
}

// ColorOptionsGreenWhiteOnBlack renders Green/White text on Black
// ColorOptionsGreenWhiteOnBlack renders Green/White text on Black
// background.
ColorOptionsGreenWhiteOnBlack = ColorOptions{
IndexColumn: text.Colors{text.FgHiGreen, text.BgHiBlack},
Expand Down

0 comments on commit d319ce1

Please sign in to comment.