You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/05/13 03:27:16 UTC

[couchdb] 08/10: skip on rebase

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 9f7829bccd3395bfd25bf8777680628356975818
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Fri May 12 16:07:25 2017 -0500

    skip on rebase
---
 src/couch/src/couch_server.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/couch_server.erl b/src/couch/src/couch_server.erl
index 6067bd6..29edaa7 100644
--- a/src/couch/src/couch_server.erl
+++ b/src/couch/src/couch_server.erl
@@ -651,7 +651,7 @@ get_possible_engines(DbName, RootDir, Engines) ->
             false ->
                 Acc
         end
-    end, [], Engines),
+    end, [], Engines).
 
 
 get_default_engine(Server, DbName) ->

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.