Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorz committed Oct 2, 2017
1 parent 9e03626 commit 4830984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/importer/gajim.go
Expand Up @@ -11,8 +11,8 @@ import (
"strconv"
"strings"

"github.com/hydrogen18/stalecucumber"
"github.com/coyim/coyim/config"
"github.com/hydrogen18/stalecucumber"
)

const gajimOtrDataKeyExtension = ".key3"
Expand Down
2 changes: 1 addition & 1 deletion gui/install.go
Expand Up @@ -5,8 +5,8 @@ import (
"os"
"path/filepath"

"github.com/kardianos/osext"
"github.com/coyim/coyim/config"
"github.com/kardianos/osext"
)

func ensureInstalled() {
Expand Down
2 changes: 1 addition & 1 deletion net/dns_test.go
Expand Up @@ -5,9 +5,9 @@ import (
"log"
"testing"

"github.com/miekg/dns"
"github.com/coyim/coyim/i18n"
"github.com/coyim/gotk3adapter/glib_mock"
"github.com/miekg/dns"

. "gopkg.in/check.v1"
)
Expand Down

0 comments on commit 4830984

Please sign in to comment.