Commit 38006946 authored by Robert Griesemer's avatar Robert Griesemer

manual fix for better gofmt result

R=r
http://go/go-review/1019005
parent 8cd2e764
...@@ -77,8 +77,7 @@ type Regexp struct { ...@@ -77,8 +77,7 @@ type Regexp struct {
} }
const ( const (
_START // beginning of program _START = iota; // beginning of program
= iota;
_END; // end of program: success _END; // end of program: success
_BOT; // '^' beginning of text _BOT; // '^' beginning of text
_EOT; // '$' end of text _EOT; // '$' end of text
......
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