fix formatting

This commit is contained in:
TheSavageTeddy 2022-11-27 12:15:42 +08:00
parent c555e54dee
commit e80fad227e

View file

@ -4,12 +4,12 @@
* @license Apache-2.0 * @license Apache-2.0
*/ */
import Operation from "../Operation.mjs"; import Operation from "../Operation.mjs";
/** /**
* URL Encode operation * URL Encode operation
*/ */
class URLEncode extends Operation { class URLEncode extends Operation {
/** /**
* URLEncode constructor * URLEncode constructor
@ -94,8 +94,7 @@
return encoded; return encoded;
} }
} }
export default URLEncode; export default URLEncode;