You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/10/09 06:14:46 UTC

[couchdb] 07/07: whitespace

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

jan pushed a commit to branch 749-fix-couch_peruser-app-structure
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3e32c76956defaa998d4a866763d806b8e72c84d
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Oct 9 08:12:31 2017 +0200

    whitespace
---
 src/couch_peruser/src/couch_peruser.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_peruser/src/couch_peruser.erl b/src/couch_peruser/src/couch_peruser.erl
index 7943a9c..c5110da 100644
--- a/src/couch_peruser/src/couch_peruser.erl
+++ b/src/couch_peruser/src/couch_peruser.erl
@@ -133,7 +133,7 @@ changes_handler({change, {Doc}, _Prepend}, _ResType, ChangesState=#changes_state
     % couch_log:debug("peruser: changes_handler() on DbName/Doc ~p/~p", [DbName, Doc]),
 
     case couch_util:get_value(<<"id">>, Doc) of
-    <<"org.couchdb.user:",User/binary>>=DocId ->
+    <<"org.couchdb.user:",User/binary>> = DocId ->
         case should_handle_doc(DbName, DocId) of
         true ->
             case couch_util:get_value(<<"deleted">>, Doc, false) of

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