Skip to content

Commit

Permalink
Arrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Sep 16, 2016
1 parent e31cb28 commit 420e435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
package graft

import (
"fmt"
"os"
"strconv"
"testing"
"time"

"fmt"
"github.com/nats-io/graft/pb"
"strconv"
)

// Dumb wait program to sync on callbacks, etc... Will timeout
Expand Down
3 changes: 1 addition & 2 deletions node.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ import (
"crypto/rand"
"encoding/hex"
"io"
mrand "math/rand"
"sync"
"time"

"github.com/nats-io/graft/pb"

mrand "math/rand"
)

type Node struct {
Expand Down

0 comments on commit 420e435

Please sign in to comment.