mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
remove semis after statements in one-statement statement lists
R=rsc, r http://go/go-review/1025029
This commit is contained in:
parent
18ccbc69f8
commit
40621d5c0d
408 changed files with 7859 additions and 7859 deletions
|
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue