[Pkg-javascript-commits] [node-diffie-hellman] 77/88: index: remove semi-colons

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:19:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-diffie-hellman.

commit 47b324ad141f5479811a1d18da427756635db006
Author: Daniel Cousens <dcousens at users.noreply.github.com>
Date:   Tue Jan 12 23:55:13 2016 +1100

    index: remove semi-colons
---
 index.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/index.js b/index.js
index 6a2b03d..ab7c40f 100644
--- a/index.js
+++ b/index.js
@@ -1,10 +1,10 @@
-var crypto = require('crypto');
+var crypto = require('crypto')
 
-//getDiffieHellman
-exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup;
-exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup;
-exports.getDiffieHellman = crypto.getDiffieHellman;
+// getDiffieHellman
+exports.DiffieHellmanGroup = crypto.DiffieHellmanGroup
+exports.createDiffieHellmanGroup = crypto.createDiffieHellmanGroup
+exports.getDiffieHellman = crypto.getDiffieHellman
 
-//createDiffieHellman
-exports.createDiffieHellman = crypto.createDiffieHellman;
-exports.DiffieHellman = crypto.DiffieHellman;
\ No newline at end of file
+// createDiffieHellman
+exports.createDiffieHellman = crypto.createDiffieHellman
+exports.DiffieHellman = crypto.DiffieHellman

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diffie-hellman.git



More information about the Pkg-javascript-commits mailing list