Skip to content

Commit 9b4ec3b

Browse files
committed
Add optional semicolon omitted in 4af80cc
(testing CI after upgrade)
1 parent 17dc63a commit 9b4ec3b

File tree

1 file changed

+1
-1
lines changed
  • javascript/firefox-driver/extension/components

1 file changed

+1
-1
lines changed

javascript/firefox-driver/extension/components/httpd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ nsHttpServer.prototype =
836836
// Bug 508125: Add a GC here else we'll use gigabytes of memory running
837837
// mochitests. We can't rely on xpcshell doing an automated GC, as that
838838
// would interfere with testing GC stuff...
839-
gc()
839+
gc();
840840
},
841841

842842
/**

0 commit comments

Comments
 (0)