diff --git a/Filter/Proxy/HTTP/HighlightPast48hrs.bambda b/Filter/Proxy/HTTP/HighlightPast48hrs.bambda index 4d034b9..c606313 100644 --- a/Filter/Proxy/HTTP/HighlightPast48hrs.bambda +++ b/Filter/Proxy/HTTP/HighlightPast48hrs.bambda @@ -17,5 +17,4 @@ boolean inScopeCheck = !configInScopeOnly || requestResponse.request().isInScope(); // Return true only if both conditions are met - return afterCheck && inScopeCheck; - \ No newline at end of file + return afterCheck && inScopeCheck; \ No newline at end of file