1
0
Fork 0
forked from svrjs/svrjs

Clean up the code (remove trailing spaces)

This commit is contained in:
Dorian Niemiec 2024-01-14 19:01:49 +01:00
parent db6c4faeaf
commit 60a84d879d

2
svr.js
View file

@ -4167,7 +4167,6 @@ if (!cluster.isPrimary) {
// Handle URL rewriting // Handle URL rewriting
function rewriteURL(address, map, callback, _fileState, _mapBegIndex) { function rewriteURL(address, map, callback, _fileState, _mapBegIndex) {
var rewrittenURL = address; var rewrittenURL = address;
if (!isProxy) { if (!isProxy) {
var doCallback = true; var doCallback = true;
@ -4198,7 +4197,6 @@ if (!cluster.isPrimary) {
break; break;
} }
} }
} }
if(doCallback) callback(rewrittenURL); if(doCallback) callback(rewrittenURL);
} }