fix formatting
This commit is contained in:
parent
c555e54dee
commit
e80fad227e
@ -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…
x
Reference in New Issue
Block a user