mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
fix formatting
This commit is contained in:
parent
c555e54dee
commit
e80fad227e
1 changed files with 93 additions and 94 deletions
|
@ -4,12 +4,12 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation.mjs";
|
||||
import Operation from "../Operation.mjs";
|
||||
|
||||
/**
|
||||
/**
|
||||
* URL Encode operation
|
||||
*/
|
||||
class URLEncode extends Operation {
|
||||
class URLEncode extends Operation {
|
||||
|
||||
/**
|
||||
* URLEncode constructor
|
||||
|
@ -94,8 +94,7 @@
|
|||
return encoded;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export default URLEncode;
|
||||
|
||||
export default URLEncode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue