Skip to content

Commit

Permalink
fix: linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Apr 3, 2023
1 parent cda95b2 commit 8072edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/v2/templatefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ outer:
}
if ok {
tf.Nodes = append(tf.Nodes, sn)
parse.OptionalWhitespace.Parse(pi)
_, _, _ = parse.OptionalWhitespace.Parse(pi)
continue
}

Expand Down

0 comments on commit 8072edc

Please sign in to comment.