mirror of https://github.com/nodejs/node.git
lint
parent
dfcdd5b8aa
commit
1665b4a2a3
|
@ -310,7 +310,7 @@ Buffer.prototype.inspect = function inspect() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<' + name + ' ' + out.join(' ') + '>';
|
return '<' + name + ' ' + out.join(' ') + '>';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue