chore(core): Linter fix
This commit is contained in:
parent
182c4f4d64
commit
cc41573b6f
1 changed files with 1 additions and 2 deletions
|
@ -1280,10 +1280,9 @@ function __offsetLine(from, to, distance, log = false) {
|
|||
* @private
|
||||
* @param {Path} path - The Path to offset
|
||||
* @param {float} distance - The distance to offset by
|
||||
* @param {object} log - The log methods
|
||||
* @return {Path} offsetted - The offsetted Path instance
|
||||
*/
|
||||
function __pathOffset(path, distance, log) {
|
||||
function __pathOffset(path, distance) {
|
||||
let offset = []
|
||||
let current
|
||||
let start = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue