Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit db06595

Browse files
committed
Remove blank line
1 parent e509a91 commit db06595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analyze.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func targetsKind(v cue.Value, kinds ...TSType) bool {
8080
if len(kinds) == 0 {
8181
kinds = allKinds[:]
8282
}
83-
8483
for _, knd := range kinds {
8584
if vkind == knd {
8685
return true

0 commit comments

Comments
 (0)