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 2019/07/23 20:13:12 UTC

[couchdb] 03/25: Fix formatting of couch_views.app.src

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

davisp pushed a commit to branch prototype/views
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1c3184f37d4479e8cd7c20c98f6f674f0ef9ef9e
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Tue Jul 16 12:11:32 2019 -0500

    Fix formatting of couch_views.app.src
---
 src/couch_views/src/couch_views.app.src | 38 ++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/couch_views/src/couch_views.app.src b/src/couch_views/src/couch_views.app.src
index 9e1bbe7..667ede8 100644
--- a/src/couch_views/src/couch_views.app.src
+++ b/src/couch_views/src/couch_views.app.src
@@ -10,22 +10,22 @@
 % License for the specific language governing permissions and limitations under
 % the License.
 
-{application, couch_views,
- [{description, "CouchDB Views on FDB"},
-  {vsn, git},
-  {mod, {couch_views_app, []}},
-  {registered, [
-    couch_views_sup,
-    couch_views_worker_server
-  ]},
-  {applications, [
-    kernel,
-    stdlib,
-    erlfdb,
-    couch_log,
-    config,
-    couch_stats,
-    fabric,
-    couch_jobs
-   ]}
- ]}.
+{application, couch_views, [
+    {description, "CouchDB Views on FDB"},
+    {vsn, git},
+    {mod, {couch_views_app, []}},
+    {registered, [
+        couch_views_sup,
+        couch_views_worker_server
+    ]},
+    {applications, [
+        kernel,
+        stdlib,
+        erlfdb,
+        couch_log,
+        config,
+        couch_stats,
+        fabric,
+        couch_jobs
+    ]}
+]}.