From a6a0a7eb5a11502cc6b5466019e0917a8faad8db Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 30 May 2014 20:59:09 -0700 Subject: [PATCH] make check --- bin/bunyan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bunyan b/bin/bunyan index e5f4191..8449bee 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -856,7 +856,7 @@ function emitRecord(rec, line, opts, stylize) { } if (!headers) { /* pass through */ - } else if (typeof(headers) === 'string') { + } else if (typeof (headers) === 'string') { s += headers.trimRight(); } else { s += Object.keys(headers).map(