Fix format
This commit is contained in:
parent
73f9a153d7
commit
7f0e5cd46e
3 changed files with 6 additions and 6 deletions
|
@ -3,10 +3,10 @@ package model
|
|||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"os"
|
||||
"strings"
|
||||
"text/tabwriter"
|
||||
"text/template"
|
||||
"os"
|
||||
|
||||
"github.com/fatih/color"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue