1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add minor stylistic fixes

Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
Antonio Murdaca 2015-04-16 21:22:32 +02:00
parent 5224151da9
commit 1c89c6ea2f
5 changed files with 14 additions and 13 deletions

View file

@ -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 {

View file

@ -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) {