Formatting patch: Linter test fixes

This commit is contained in:
Niall 2024-08-22 18:35:57 +00:00
parent b0d806cd36
commit 6d4b641227

View file

@ -10,6 +10,10 @@ import Operation from "../Operation.mjs";
* Wrap operation
*/
class Wrap extends Operation {
/**
* Wrap constructor
*/
constructor() {
super();