chore(hash) rm " "

This commit is contained in:
coderaiser 2013-11-19 08:42:31 +00:00
parent c506da11c7
commit ece4742e9b

View file

@ -13,7 +13,7 @@
crypto = require('crypto');
this.create = function() {
var ws = new Writable();
var ws = new Writable();
ws._write = write;
ws.get = get;