summaryrefslogtreecommitdiff
path: root/src/pkg/go/printer/testdata/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/printer/testdata/parser.go')
-rw-r--r--src/pkg/go/printer/testdata/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/go/printer/testdata/parser.go b/src/pkg/go/printer/testdata/parser.go
index 89e341c5f..c85297f58 100644
--- a/src/pkg/go/printer/testdata/parser.go
+++ b/src/pkg/go/printer/testdata/parser.go
@@ -6,7 +6,7 @@
// provided in a variety of forms (see the various Parse* functions); the
// output is an abstract syntax tree (AST) representing the Go source. The
// parser is invoked through one of the Parse* functions.
-//
+
package parser
import (