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,9 +3,10 @@ package streamformatter
|
|||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/docker/pkg/jsonmessage"
|
||||
)
|
||||
|
||||
func TestFormatStream(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue