Skip to content

Commit

Permalink
restore newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored Oct 16, 2024
1 parent dbde484 commit a452da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function equalRound(digits) {
return r(x0) === r(x1) && r(y0) === r(y1);
};
}

export class Path {
constructor(digits) {
this._x0 = this._y0 = // start of current subpath
Expand Down

0 comments on commit a452da6

Please sign in to comment.