[Pkg-javascript-commits] [node-leveldown] 168/492: minor code style tweak

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 95c75218c4326a2029cce9533ff05dcbc5000c86
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Jan 20 16:32:42 2013 +1100

    minor code style tweak
---
 lib/levelup.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/levelup.js b/lib/levelup.js
index ecd7318..4fdefcf 100644
--- a/lib/levelup.js
+++ b/lib/levelup.js
@@ -332,8 +332,8 @@ LevelUP.prototype.readStream = function (options) {
     options
     , this
     , function (options) {
-      return bridge.createIterator(this._db, options)
-    }.bind(this)
+        return bridge.createIterator(this._db, options)
+      }.bind(this)
   )
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list