From 7a50295c49e4f044c9e7d5ec7ed989005bae31e9 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 10 Apr 2013 13:18:22 +0200 Subject: [PATCH] Making @elemoine and GitHub happy Reminder to self: everyone wants a new line at the end of a file. --- doc/plugins/exports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/exports.js b/doc/plugins/exports.js index 90b202de2a..cc8e949b2a 100644 --- a/doc/plugins/exports.js +++ b/doc/plugins/exports.js @@ -80,4 +80,4 @@ exports.nodeVisitor = { // filter out non-API symbols before the addDocletRef finisher is called e.finishers.unshift(filter); } -}; \ No newline at end of file +};