Skip to content

Commit 5bb257f

Browse files
committed
lint fix
1 parent 659ddf7 commit 5bb257f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/nix/search.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ var cache = searchSystemCache{}
126126
// once `nix search` returns a valid result, it will always be the very same result.
127127
// Hence we can cache it locally and answer future queries fast, by not calling `nix search`.
128128
func SearchNixpkgsAttribute(query string) (map[string]*Info, error) {
129-
130129
if cache.QueryToInfo == nil {
131130
contents, err := readSearchSystemCacheFile()
132131
if err != nil {

0 commit comments

Comments
 (0)