Merge pull request #5 from chrisjlee/patch-1

Remove dangling semi-colon
This commit is contained in:
AJ ONeal 2018-03-27 22:33:15 -06:00 committed by GitHub
commit 541f141d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
"use strict";
function btoa(str) {
var buffer
;
var buffer;
if (str instanceof Buffer) {
buffer = str;