Skip to content

Commit fb0a2db

Browse files
lint fixes
1 parent 73b1336 commit fb0a2db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/core/shape/2d_primitives.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -751,11 +751,11 @@ p5.prototype.line = function(...args) {
751751
*
752752
* background(200);
753753
*
754-
*
754+
*
755755
* // Making point to 5 pixels
756756
* strokeWeight(5);
757-
*
758-
*
757+
*
758+
*
759759
* // Top-left.
760760
* point(30, 20);
761761
*
@@ -781,12 +781,12 @@ p5.prototype.line = function(...args) {
781781
* createCanvas(100, 100);
782782
*
783783
* background(200);
784-
*
785-
*
784+
*
785+
*
786786
* // Making point to 5 pixels.
787787
* strokeWeight(5);
788788
*
789-
*
789+
*
790790
* // Top-left.
791791
* point(30, 20);
792792
*
@@ -816,11 +816,11 @@ p5.prototype.line = function(...args) {
816816
* createCanvas(100, 100);
817817
*
818818
* background(200);
819-
*
820-
*
819+
*
820+
*
821821
* // Making point to 5 pixels.
822822
* strokeWeight(5);
823-
*
823+
*
824824
*
825825
* // Top-left.
826826
* let a = createVector(30, 20);

0 commit comments

Comments
 (0)