Skip to content

Commit

Permalink
format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Genzmer committed Mar 5, 2020
1 parent 24f8f91 commit 44c9603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tee.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package main
import (
"bufio"
"bytes"
"github.com/mattn/go-colorable"
"io"

"github.com/mattn/go-colorable"
)

func tee(stdin io.Reader, stdout io.Writer) string {
Expand Down

0 comments on commit 44c9603

Please sign in to comment.