mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Bug 681840 - Fix whitespace that should have been right in 62177ac1ccad. r=philikon DONTBUILD
This commit is contained in:
parent
cb8ed04e8d
commit
d3767192ab
@ -4,7 +4,7 @@
|
||||
function new_timestamp() {
|
||||
return Math.round(Date.now() / 10) / 100;
|
||||
}
|
||||
|
||||
|
||||
function httpd_setup (handlers) {
|
||||
let server = new nsHttpServer();
|
||||
let port = 8080;
|
||||
@ -21,7 +21,7 @@ function httpd_setup (handlers) {
|
||||
_("==========================================");
|
||||
do_throw(ex);
|
||||
}
|
||||
|
||||
|
||||
return server;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user