This is an automated email from the ASF dual-hosted git repository.
davisp pushed a commit to branch fix-erlang-21-eunit-failures
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/fix-erlang-21-eunit-failures
by this push:
new 5b0f963 squash to parameterized modules
5b0f963 is described below
commit 5b0f963cce448f89250ae13981117544d147951b
Author: Paul J. Davis <[email protected]>
AuthorDate: Thu Jun 21 16:43:56 2018 -0500
squash to parameterized modules
---
src/couch_index/src/couch_index.erl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/couch_index/src/couch_index.erl
b/src/couch_index/src/couch_index.erl
index 8fba0a2..cae9577 100644
--- a/src/couch_index/src/couch_index.erl
+++ b/src/couch_index/src/couch_index.erl
@@ -13,6 +13,8 @@
-module(couch_index).
-behaviour(gen_server).
+-compile(tuple_calls).
+
-vsn(3).
%% API