From f243f9f9615d5e3e842c57dab8483cbd0d95643e Mon Sep 17 00:00:00 2001 From: Gregor Date: Fri, 9 Sep 2016 18:22:25 -0700 Subject: [PATCH] style: empty line between native and app packages --- api/utils/pouchdb-options-to-couchdb-url.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/utils/pouchdb-options-to-couchdb-url.js b/api/utils/pouchdb-options-to-couchdb-url.js index 28effaf..aeaae4b 100644 --- a/api/utils/pouchdb-options-to-couchdb-url.js +++ b/api/utils/pouchdb-options-to-couchdb-url.js @@ -1,6 +1,7 @@ module.exports = toCouchDbUrl var url = require('url') + var get = require('lodash').get function toCouchDbUrl (pouchDbOptions) {