Skip to content

Commit

Permalink
Formatting patch: Linter test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff1ce committed Aug 22, 2024
1 parent b0d806c commit 6d4b641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/operations/Wrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import Operation from "../Operation.mjs";
* Wrap operation
*/
class Wrap extends Operation {

/**
* Wrap constructor
*/
constructor() {
super();

Expand Down

0 comments on commit 6d4b641

Please sign in to comment.