Cosmetic (tabbing).

This commit is contained in:
Arthur Britto
2012-09-15 14:56:15 -07:00
parent 3a9c82c1cc
commit f45886cc6d
3 changed files with 69 additions and 66 deletions

View File

@@ -7,11 +7,12 @@ var server = require("./server.js");
buster.testCase("Check standalone server startup", {
"Start": function (done) {
server.start("alpha", function(e) {
buster.refute(e);
done();
});
}
server.start("alpha", function(e) {
buster.refute(e);
done();
});
}
});
// console.log("standalone-test.js<");
// vim:ts=4