]> Cypherpunks repositories - gostls13.git/commitdiff
minor manual format corrections
authorRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2009 00:54:24 +0000 (16:54 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2009 00:54:24 +0000 (16:54 -0800)
R=rsc
https://golang.org/cl/172042

src/pkg/exp/eval/type.go
src/pkg/net/dialgoogle_test.go

index 47e2285238da6235915866488283b2bcedaa5166..84a58617813f3c9d76c193f3eb0bb38e0f0cff7c 100644 (file)
@@ -200,7 +200,6 @@ var (
 func (t *uintType) compat(o Type, conv bool) bool {
        t2, ok := o.lit().(*uintType);
        return ok && t == t2;
-       ;
 }
 
 func (t *uintType) lit() Type  { return t }
index 192540f6699a257e702d1dfe8148c751765a2d88..932dd8cda5c3f5b921ca14c1e6fb50a09fcd8643 100644 (file)
@@ -51,8 +51,7 @@ var googleaddrs = []string{
        "[0:0:0:0:0000:ffff:74.125.19.99]:80",
        "[0:0:0:0:000000:ffff:74.125.19.99]:80",
        "[0:0:0:0:0:ffff::74.125.19.99]:80",
-       "[2001:4860:0:2001::68]:80" // ipv6.google.com; removed if ipv6 flag not set
-       ,
+       "[2001:4860:0:2001::68]:80",    // ipv6.google.com; removed if ipv6 flag not set
 }
 
 func TestDialGoogle(t *testing.T) {