Skip to content

Commit

Permalink
chore: rm appended cr
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jul 22, 2024
1 parent 94fcd23 commit e0cf4f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Filter/Proxy/HTTP/HighlightPast48hrs.bambda
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
boolean inScopeCheck = !configInScopeOnly || requestResponse.request().isInScope();

// Return true only if both conditions are met
return afterCheck && inScopeCheck;

return afterCheck && inScopeCheck;

0 comments on commit e0cf4f9

Please sign in to comment.