forked from toolshed/abra
chore: gofmt import statements
This commit is contained in:
parent
ebb748b7e7
commit
c03cf76702
@ -2,8 +2,9 @@ package jsontable
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/olekukonko/tablewriter"
|
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
|
"github.com/olekukonko/tablewriter"
|
||||||
)
|
)
|
||||||
|
|
||||||
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output
|
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user