Skip to content

Commit d6c25ae

Browse files
committed
Fixed lint check
1 parent c2bae7c commit d6c25ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/builder/resolve_library.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func ResolveLibrary(ctx *types.Context, header string) *libraries.Library {
3434
ctx.Info(fmt.Sprintf(" -> %s: %s", tr("candidates"), candidates))
3535
}
3636

37-
if candidates == nil || len(candidates) == 0 {
37+
if len(candidates) == 0 {
3838
return nil
3939
}
4040

0 commit comments

Comments
 (0)