Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jun 23, 2023
1 parent 3c339e1 commit 02e99f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/dsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Example() {
//nolint:govet
func ExampleBezier2D() {

Check failure on line 54 in dsl/dsl_test.go

View workflow job for this annotation

GitHub Actions / lint

ExampleBezier2D refers to unknown identifier: Bezier2D
crv := bezier.New(
vg.Point{0, 0}, vg.Point{20, 2}, vg.Point{40, -1}, vg.Point{90, -3},
vg.Point{X: 0, Y: 0}, vg.Point{X: 20, Y: 2}, vg.Point{X: 40, Y: -1}, vg.Point{X: 90, Y: -3},
)

var pts ast.Point2DList
Expand Down

0 comments on commit 02e99f7

Please sign in to comment.