summaryrefslogtreecommitdiff
path: root/src/pkg/encoding/pem/pem.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/encoding/pem/pem.go')
-rw-r--r--src/pkg/encoding/pem/pem.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/encoding/pem/pem.go b/src/pkg/encoding/pem/pem.go
index 359fe7d51..f39540756 100644
--- a/src/pkg/encoding/pem/pem.go
+++ b/src/pkg/encoding/pem/pem.go
@@ -92,7 +92,7 @@ func Decode(data []byte) (p *Block, rest []byte) {
p = &Block{
Headers: make(map[string]string),
- Type: string(typeLine),
+ Type: string(typeLine),
}
for {