Skip to content

Commit

Permalink
Stupid lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Aug 12, 2022
1 parent 37dcbfa commit 46c5197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func (f *File) Open() (io.ReadCloser, error) {
// password as the basis of the decryption key and return a ReadCloser. If
// name has a ".001" suffix it is assumed there are multiple volumes and each
// sequential volume will be opened.
//
//nolint:cyclop,funlen
func OpenReaderWithPassword(name, password string) (*ReadCloser, error) {
f, err := os.Open(name)
Expand Down

0 comments on commit 46c5197

Please sign in to comment.