Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Nov 3, 2023
1 parent 50fe294 commit c595c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions pkg/blobaccess/standard.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ func ProviderForData(mime string, data []byte) BlobAccessProvider {
})
}

type (
_blobAccess = BlobAccess
_blobAccessBase = bpi.BlobAccessBase
)
type _blobAccess = BlobAccess

////////////////////////////////////////////////////////////////////////////////

Expand Down
2 changes: 0 additions & 2 deletions pkg/iotools/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ package iotools

type NopCloser struct{}

type _nopCloser = NopCloser

func (NopCloser) Close() error {
return nil
}

0 comments on commit c595c1d

Please sign in to comment.