From b814872c37b54d4901dd31b6ddc9ee2ea0da3a43 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 Jun 2015 16:45:59 +0100 Subject: [PATCH] unnecessary semicolon --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index f2848defb..aebcaa31f 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1054,7 +1054,7 @@ function doInitialSync(client, historyLen) { client.emit("syncError", err); // TODO: Retries. }); -}; +} /** * High level helper method to call initialSync, emit the resulting events,