Skip to content

Commit

Permalink
Remove redundant white space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Jun 1, 2018
1 parent 29940fa commit 12076d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,6 @@
* @param {Uint8Array} bytesArray Typed array which will be analysed to obtain file type.
* @returns {String/Null} File type recognized from given typed array or null.
*/

getFileTypeFromHeader: function( bytesArray ) {
var header = '',
fileType = null,
Expand Down

0 comments on commit 12076d7

Please sign in to comment.