Skip to content

Commit

Permalink
crypto/x509: add blank line before package declaration
Browse files Browse the repository at this point in the history
The package doc included the copying header by mistake.

Change-Id: I37ac2d14b1b8a389e6b603fbb1c6a3a33b1d80d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/440456
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Joedian Reid <[email protected]>
  • Loading branch information
ideapark authored and gopherbot committed Oct 13, 2022
1 parent 4a0ce46 commit f2acc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/x509/parser.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package x509

import (
Expand Down
1 change: 1 addition & 0 deletions src/crypto/x509/parser_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package x509

import (
Expand Down

0 comments on commit f2acc60

Please sign in to comment.