From e0cf4f9031ba17b545776d4daee0c503ff3cf574 Mon Sep 17 00:00:00 2001 From: GangGreenTemperTatum <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:30:41 -0400 Subject: [PATCH] chore: rm appended cr --- Filter/Proxy/HTTP/HighlightPast48hrs.bambda | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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