From 9aad19327eb719775a874f8f18bb15958db1d471 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 9 Nov 2009 21:23:52 -0800 Subject: - replaced gofmt expression formatting algorithm with rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041 --- src/pkg/net/parse_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/net/parse_test.go') diff --git a/src/pkg/net/parse_test.go b/src/pkg/net/parse_test.go index ae94a88c4..29b0fc0ce 100644 --- a/src/pkg/net/parse_test.go +++ b/src/pkg/net/parse_test.go @@ -41,6 +41,6 @@ func TestReadLine(t *testing.T) { break } lineno++; - byteno += len(line)+1; + byteno += len(line) + 1; } } -- cgit v1.2.3