Skip to content

Commit

Permalink
Fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
andwin committed Feb 4, 2024
1 parent b2e7e4f commit e471e3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lines/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ function setup() {
function draw() {
line(random(width), random(height), random(width), random(height))
}

0 comments on commit e471e3b

Please sign in to comment.