Skip to content

Commit 6c1388e

Browse files
committed
http: linted code
1 parent 543b40d commit 6c1388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_http_server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Server.prototype.close = function(args, callback) {
465465

466466
if (typeof args === 'object' && 'force' in args) {
467467
let toClose = [];
468-
468+
469469
switch (args.force) {
470470
case 'keep-alive':
471471
toClose = this[kConnections].idle();

0 commit comments

Comments
 (0)