mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fixed trailing spaces
This commit is contained in:
parent
5e9380b550
commit
09b6661e35
3 changed files with 3 additions and 3 deletions
|
@ -859,7 +859,7 @@ const Utils = {
|
||||||
*
|
*
|
||||||
* fragment = *( pchar / "/" / "?" )
|
* fragment = *( pchar / "/" / "?" )
|
||||||
* query = *( pchar / "/" / "?" )
|
* query = *( pchar / "/" / "?" )
|
||||||
* pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
|
* pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
|
||||||
* unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
|
* unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
|
||||||
* pct-encoded = "%" HEXDIG HEXDIG
|
* pct-encoded = "%" HEXDIG HEXDIG
|
||||||
* sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
|
* sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Microsoft operations.
|
* Microsoft operations.
|
||||||
*
|
*
|
||||||
* @author bmwhitn [brian.m.whitney@outlook.com]
|
* @author bmwhitn [brian.m.whitney@outlook.com]
|
||||||
* @copyright Crown Copyright 2017
|
* @copyright Crown Copyright 2017
|
||||||
|
|
|
@ -529,7 +529,7 @@ App.prototype.setCompileMessage = function() {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines whether the browser supports Local Storage and if it is accessible.
|
* Determines whether the browser supports Local Storage and if it is accessible.
|
||||||
*
|
*
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
App.prototype.isLocalStorageAvailable = function() {
|
App.prototype.isLocalStorageAvailable = function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue