Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
krisnova committed Aug 1, 2017
1 parent 89d662f commit 0cb807e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions color_truecolor.go
@@ -1,8 +1,8 @@
package lol

import (
"math"
"fmt"
"math"
)

type truecolor struct {
Expand All @@ -25,4 +25,4 @@ func (c *truecolor) reset() []byte {

func newTruecolorColorer() colorer {
return &truecolor{}
}
}

0 comments on commit 0cb807e

Please sign in to comment.