Remove dangling semi-colon
remove dangling semi-colon.
Este commit está contenido en:
padre
e588305f24
commit
91a98dee8f
3
index.js
3
index.js
@ -2,8 +2,7 @@
|
||||
"use strict";
|
||||
|
||||
function btoa(str) {
|
||||
var buffer
|
||||
;
|
||||
var buffer;
|
||||
|
||||
if (str instanceof Buffer) {
|
||||
buffer = str;
|
||||
|
||||
Cargando…
x
Referencia en una nueva incidencia
Block a user