Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Apr 22, 2022
1 parent 1fb2544 commit 87970bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/file/oldDirProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type OldDirProvider struct {
dir string
}

//NewCleanIDsProvider creates CleanIDsProvider instances
// NewOldDirProvider creates OldDirProvider instances
func NewOldDirProvider(expireDuration time.Duration, dir string) (*OldDirProvider, error) {
if expireDuration < time.Minute {
return nil, errors.Errorf("wrong expireDuration %s, expected >= 1m", expireDuration.String())
Expand Down

0 comments on commit 87970bf

Please sign in to comment.