@cryptotaxi247 / kubo / commits / 28cdfdfd1

chore: go fmt

Adin Schmahmann committed Aug 17, 2020 at 06:58 UTC 28cdfdfd1ffdae54e60f4036a1f2e400abb72766
1 file changed +1 -1
namesys/ipns_resolver_validation_test.go
+1 -1
@@ -146,7 +146,7 @@ func genKeys(t *testing.T, keyType int) (ci.PrivKey, peer.ID, string, string) {
146 return sk, id, PkKeyForID(id), ipns.RecordKey(id)
147 }
148
149 -func createIPNSRecordWithEmbeddedPublicKey(sk ci.PrivKey, val []byte, seq uint64, eol time.Time) (*ipns_pb.IpnsEntry, error){
149 +func createIPNSRecordWithEmbeddedPublicKey(sk ci.PrivKey, val []byte, seq uint64, eol time.Time) (*ipns_pb.IpnsEntry, error) {
150 entry, err := ipns.Create(sk, val, seq, eol)
151 if err != nil {
152 return nil, err