Skip to content

Commit e59808c

Browse files
committed
fix: fix linting
1 parent ed9e0a2 commit e59808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
func (s *PHPStore) discover() {
3939
s.doDiscover()
4040

41-
if userHomeDir := userHomeDir(); userHomeDir != "" {
41+
if userHomeDir := userHomeDir(); userHomeDir != "" {
4242
// Herd-lite
4343
s.addFromDir(filepath.Join(userHomeDir, ".config", "herd-lite", "bin"), nil, "php.new (Herd-lite)")
4444
}

0 commit comments

Comments
 (0)