diff --git a/index.js b/index.js index ea124bf..b6026fb 100644 --- a/index.js +++ b/index.js @@ -2,8 +2,7 @@ "use strict"; function btoa(str) { - var buffer - ; + var buffer; if (str instanceof Buffer) { buffer = str;