eliminate space

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-30 14:35:07 -05:00
parent 21b530fad2
commit 2d98938f18
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ EmbarkJS.Contract = function(options) {
} }
} }
} }
var messageEvents = function() { var messageEvents = function() {
this.cb = function() {}; this.cb = function() {};
}; };