Format code with prettier
This commit is contained in:
parent
4e25990de9
commit
c98b0e9687
1 changed files with 3 additions and 4 deletions
|
|
@ -39,10 +39,9 @@ const applyOptions = (parent, code) => (pat, i) => {
|
|||
break;
|
||||
}
|
||||
case 'degradeBy': {
|
||||
pat = strudel.reify(pat)._degradeByWith(
|
||||
strudel.rand.early(randOffset * op.arguments_.seed),
|
||||
op.arguments_.amount ?? 0.5,
|
||||
);
|
||||
pat = strudel
|
||||
.reify(pat)
|
||||
._degradeByWith(strudel.rand.early(randOffset * op.arguments_.seed), op.arguments_.amount ?? 0.5);
|
||||
break;
|
||||
}
|
||||
case 'tail': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue