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 (
"bytes"
"encoding/binary"
"github.com/dedis/kyber"
"harmony-benchmark/attack"
"log"
"net"
"strings"
"sync"
"github.com/dedis/kyber"
)
// Peer is the object for a p2p peer (node)

Loading…
Cancel
Save