Skip to content

Commit 6f77278

Browse files
committed
Fix horribly confusing lint failure. 😅
1 parent b84492c commit 6f77278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cachedirectory/cachedirectory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func isAccessibleDirectory(path string) (bool, error) {
3535
}
3636
return false, errors.Wrapf(err, "Could not access directory %s.", path)
3737
}
38-
38+
3939
return true, nil
4040
}
4141

0 commit comments

Comments
 (0)