Add minor stylistic fixes
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
parent
6a30cca4ed
commit
221acfd266
3 changed files with 10 additions and 8 deletions
|
@ -3,8 +3,9 @@ package streamformatter
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
"io"
|
||||
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
)
|
||||
|
||||
type StreamFormatter struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue