Skip to content

Commit

Permalink
Removed ending space.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Sep 26, 2014
1 parent c8b4556 commit 3d02a57
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/ipset/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ module.exports = function (options, cb) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ module.exports = function (options, cb) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/del.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ module.exports = function (options, cb) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ module.exports = function (/* options?, cb */) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/flush.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ module.exports = function (/* options?, cb */) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ module.exports = function (options, cb) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/swap.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ module.exports = function (options, cb) {
cb(null);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ module.exports = function (options, cb) {
cb(null, 0);
}
});
};
};
2 changes: 1 addition & 1 deletion lib/ipset/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ module.exports = function (options, cb) {
cb(null, stdout.split('\n')[0]);
}
});
};
};

0 comments on commit 3d02a57

Please sign in to comment.