Skip to content

Commit

Permalink
chore: coding style
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Lewandowski <[email protected]>
  • Loading branch information
sfroment and JanLewDev authored Dec 10, 2024
1 parent 1d4e7ad commit 7dad4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/object/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class DRPObject implements IDRPObject {

for (const op of linearizedOperations) {
const args = Array.isArray(op.value) ? op.value : [op.value];
drp[op.type](...args)
drp[op.type](...args);
}
if (vertexOperation) {
const args = Array.isArray(vertexOperation.value)
Expand Down

0 comments on commit 7dad4af

Please sign in to comment.