From 9b8244e5684117fb7296f54c955d8e85096aa32b Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Thu, 16 Oct 2014 16:14:28 -0500 Subject: [PATCH] Fix style error in ldapjs-search util --- bin/ldapjs-search | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ldapjs-search b/bin/ldapjs-search index 301c213..20d6b5a 100755 --- a/bin/ldapjs-search +++ b/bin/ldapjs-search @@ -212,7 +212,7 @@ EntryFormatter.prototype.end = function end() { var parsed; -process.stdout.on('error', function(err) { +process.stdout.on('error', function (err) { if (err.code === 'EPIPE') { process.exit(0); } else {