From a8f509aabacfcbb4f6296ec837e9b2a5dfe6cafe Mon Sep 17 00:00:00 2001 From: Nicolas Garnier Date: Mon, 13 Mar 2017 09:06:53 +0100 Subject: [PATCH] Adding trailing line jump --- child-count/functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/child-count/functions/index.js b/child-count/functions/index.js index 381be46..a2a43fa 100644 --- a/child-count/functions/index.js +++ b/child-count/functions/index.js @@ -43,4 +43,4 @@ exports.recountlikes = functions.database.ref("/posts/{postid}/likes_count").onW return counterRef.set(messagesData.numChildren()); }); } -}); \ No newline at end of file +});