Skip to content

Commit

Permalink
fix errors caused by make format
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Aug 6, 2021
1 parent a4f6875 commit 588ad2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmd/apps/skychat/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (

"embed"
"io/fs"

"github.com/skycoin/dmsg/buildinfo"
"github.com/skycoin/dmsg/cipher"

Expand Down
4 changes: 2 additions & 2 deletions cmd/skywire-visor/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package commands

import (
"context"
"embed"
"fmt"
"io"
"io/fs"
"io/ioutil"
"net/http"
_ "net/http/pprof" // nolint:gosec // https://golang.org/doc/diagnostics.html#profiling
Expand All @@ -13,8 +15,6 @@ import (
"syscall"
"time"

"embed"
"io/fs"
"github.com/pkg/profile"
"github.com/skycoin/dmsg/buildinfo"
"github.com/skycoin/dmsg/cmdutil"
Expand Down
1 change: 1 addition & 0 deletions pkg/visor/hypervisorconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"time"

"io/fs"

"github.com/skycoin/dmsg/cipher"

"github.com/skycoin/skywire/pkg/skyenv"
Expand Down

0 comments on commit 588ad2d

Please sign in to comment.