From 1665b4a2a3bb35b24ca65b5797904aa47ce1a908 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 15 May 2012 17:37:23 -0700 Subject: [PATCH] lint --- lib/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buffer.js b/lib/buffer.js index 70fefedad8a..0d7532d6662 100644 --- a/lib/buffer.js +++ b/lib/buffer.js @@ -310,7 +310,7 @@ Buffer.prototype.inspect = function inspect() { } } - return '<' + name + ' ' + out.join(' ') + '>'; + return '<' + name + ' ' + out.join(' ') + '>'; };