Commit e42ebea9 authored by Robert Griesemer's avatar Robert Griesemer

fix build

R=r
CC=golang-dev
https://golang.org/cl/989044
parent 3bcef5ac
......@@ -152,7 +152,7 @@ func _() {
// Don't remove mandatory parentheses around composite literals in control clauses.
func _() {
// strip no parentheses - no composite literals or composite literals don't start with a type name
// strip parentheses - no composite literals or composite literals don't start with a type name
if x {
}
if x {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment