Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
spinillos committed Jul 21, 2023
1 parent 1d2bf86 commit 4d591da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ func findExtends(v cue.Value) ([]ts.Expr, cue.Value, error) {
// generated as literals.
baseNolit := v.Context().CompileString("")
nolit := v.Context().CompileString("")

var walkExpr func(v cue.Value) error
walkExpr = func(v cue.Value) error {
op, dvals := v.Expr()
Expand Down

0 comments on commit 4d591da

Please sign in to comment.