mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Fixed no-trailing-space lint
This commit is contained in:
@@ -20,7 +20,7 @@ self.addEventListener("message", function(e) {
|
||||
|
||||
/**
|
||||
* Loads a file object into an ArrayBuffer, then transfers it back to the parent thread.
|
||||
*
|
||||
*
|
||||
* @param {File} file
|
||||
*/
|
||||
self.loadFile = function(file) {
|
||||
|
||||
Reference in New Issue
Block a user