vscode format

pull/53/head
Richard Liu 6 years ago
parent 9e822c04bd
commit 47501a2df2
  1. 3
      p2p/peer.go

@ -3,12 +3,13 @@ package p2p
import ( import (
"bytes" "bytes"
"encoding/binary" "encoding/binary"
"github.com/dedis/kyber"
"harmony-benchmark/attack" "harmony-benchmark/attack"
"log" "log"
"net" "net"
"strings" "strings"
"sync" "sync"
"github.com/dedis/kyber"
) )
// Peer is the object for a p2p peer (node) // Peer is the object for a p2p peer (node)

Loading…
Cancel
Save