remove semis after statements in one-statement statement lists

R=rsc, r
http://go/go-review/1025029
This commit is contained in:
Robert Griesemer 2009-11-09 12:07:39 -08:00
parent 18ccbc69f8
commit 40621d5c0d
408 changed files with 7859 additions and 7859 deletions

View file

@ -81,6 +81,6 @@ func debugHTTP(c *http.Conn, req *http.Request) {
sort.Sort(services);
err := debug.Execute(services, c);
if err != nil {
fmt.Fprintln(c, "rpc: error executing template:", err.String());
fmt.Fprintln(c, "rpc: error executing template:", err.String())
}
}