Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Removed whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 27, 2014
1 parent adfa99d commit da34151
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/behave_like_an_ascoltatore.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ module.exports = function() {
done();
}
};

subscribe = function (done) {
instance.subscribe("hello", callback, done);
};
Expand Down Expand Up @@ -475,15 +475,12 @@ module.exports = function() {
function (cb) {
sub("a/+", cb);
},

function (cb) {
sub("+/b", cb);
},

function (cb) {
sub("a/b", cb);
},

function(cb) {
that.instance.pub("a/b", "ahha", cb);
}
Expand Down

0 comments on commit da34151

Please sign in to comment.