From 5c418952d5570c06a3a30b94f199777073837b76 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Wed, 26 Feb 2014 11:22:01 +0100 Subject: [PATCH] Some styling --- lib/persistence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/persistence.js b/lib/persistence.js index 32d8368..5bf5e96 100644 --- a/lib/persistence.js +++ b/lib/persistence.js @@ -157,7 +157,7 @@ Persistence.prototype.compactDatafile = function () { Persistence.prototype.setAutocompactionInterval = function (interval) { var self = this , minInterval = 5000 - , realInterval = Math.max(interval||0, minInterval) + , realInterval = Math.max(interval || 0, minInterval) ; this.stopAutocompaction();