Skip to content

Commit

Permalink
corrected formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mungujn committed Apr 1, 2019
1 parent 6971872 commit eb6accc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/skywire-cli/commands/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"errors"
"fmt"
"os"
"sort"
"text/tabwriter"
"time"
"sort"

"github.com/google/uuid"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -183,4 +183,4 @@ func sortTransports(tps ...*node.TransportSummary) {
sort.Slice(tps, func(i, j int) bool {
return tps[i].ID.String() < tps[j].ID.String()
})
}
}

0 comments on commit eb6accc

Please sign in to comment.