mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Formatting patch: Linter test fixes
This commit is contained in:
parent
b0d806cd36
commit
6d4b641227
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ import Operation from "../Operation.mjs";
|
||||||
* Wrap operation
|
* Wrap operation
|
||||||
*/
|
*/
|
||||||
class Wrap extends Operation {
|
class Wrap extends Operation {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wrap constructor
|
||||||
|
*/
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue