diff options
Diffstat (limited to 'pkg/subsystem')
| -rw-r--r-- | pkg/subsystem/linux/maintainers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/subsystem/linux/maintainers.go b/pkg/subsystem/linux/maintainers.go index d1d65400d..00aedda0e 100644 --- a/pkg/subsystem/linux/maintainers.go +++ b/pkg/subsystem/linux/maintainers.go @@ -83,7 +83,7 @@ type endOfFile struct{} var propertyRe = regexp.MustCompile(`^([[:alpha:]]):\s+(.*).*$`) -func (ml *maintainersLexer) next() interface{} { +func (ml *maintainersLexer) next() any { for ml.scanner.Scan() { ml.currentLine++ rawLine := ml.scanner.Text() |
