chore: gofmt import statements
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-02-08 10:56:39 +01:00
parent ebb748b7e7
commit c03cf76702

View File

@ -2,8 +2,9 @@ package jsontable
import (
"fmt"
"github.com/olekukonko/tablewriter"
"io"
"github.com/olekukonko/tablewriter"
)
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output