summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-08-28 12:47:40 +0200
committerAzul <azul@riseup.net>2013-08-28 12:53:12 +0200
commit321d463b43dc44a4f313aa6dabef1a8bdce27122 (patch)
treea43904f36314fada40892c75b2ffa88c57a36dce /files
parent8a0f585cbdb8f54d495f636e36b812a3d5b8b804 (diff)
minor: cleanup spacing (feature #3485)
Diffstat (limited to 'files')
-rw-r--r--files/couch-doc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/couch-doc-update b/files/couch-doc-update
index 3cdf6ce..f448046 100644
--- a/files/couch-doc-update
+++ b/files/couch-doc-update
@@ -51,7 +51,7 @@ def main
end
usage("Missing required option") unless @db_name && @doc_id && @new_data
@new_data = JSON.parse(@new_data)
-
+
#
# update document
#