Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Aug 23, 2019
1 parent 8188370 commit 385bb05
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions cmd/apps/skychat/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/skycoin/dmsg/cipher"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/skywire/internal/netutil"
"github.com/skycoin/skywire/pkg/app"
"github.com/skycoin/skywire/pkg/routing"
Expand Down
3 changes: 2 additions & 1 deletion pkg/app/log.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package app

import (
"github.com/skycoin/skycoin/src/util/logging"
"io"
"time"

"github.com/skycoin/skycoin/src/util/logging"
)

// NewLogger is like (a *App) LoggerFromArguments but with appName as parameter, instead of
Expand Down
3 changes: 2 additions & 1 deletion pkg/app/log_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"os"
"time"

"github.com/stretchr/testify/require"
"io/ioutil"
"testing"

"github.com/stretchr/testify/require"
)

func TestLogStore(t *testing.T) {
Expand Down
5 changes: 3 additions & 2 deletions pkg/app/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package app

import (
"fmt"
"github.com/skycoin/skycoin/src/util/logging"
"github.com/stretchr/testify/require"
"io"
"io/ioutil"
"os"
"testing"
"time"

"github.com/skycoin/skycoin/src/util/logging"
"github.com/stretchr/testify/require"
)

func TestWriteLog(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions pkg/transport/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

"github.com/skycoin/skywire/pkg/routing"
"github.com/skycoin/skywire/pkg/transport"
"github.com/skycoin/skywire/pkg/transport/dmsg"

"github.com/google/uuid"
"github.com/skycoin/dmsg/cipher"
Expand Down
3 changes: 2 additions & 1 deletion pkg/visor/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import (
"time"

"github.com/skycoin/dmsg/cipher"
"github.com/skycoin/skywire/pkg/app"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/skycoin/skywire/pkg/app"
)

/*
Expand Down

0 comments on commit 385bb05

Please sign in to comment.