Skip to content

Commit 4657f0f

Browse files
committed
silly lint
1 parent 46827ab commit 4657f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/nix/nixprofile/item.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ func (i *NixProfileListItem) Matches(pkg *devpkg.Package, locker lock.Locker) bo
6565
return false
6666
}
6767
return len(i.nixStorePaths) == 1 && i.nixStorePaths[0] == path
68-
} else {
69-
return pkg.Equals(devpkg.PackageFromString(i.unlockedReference, locker))
7068
}
69+
70+
return pkg.Equals(devpkg.PackageFromString(i.unlockedReference, locker))
7171
}
7272

7373
func (i *NixProfileListItem) addedByStorePath() bool {

0 commit comments

Comments
 (0)