Skip to content

Commit

Permalink
Do not break line unnecessarily
Browse files Browse the repository at this point in the history
thanks to Bombe!

For #691
  • Loading branch information
ArneBab committed Nov 14, 2020
1 parent 8af54a4 commit 57ca695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/freenet/client/filter/M3UFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ public void readFilter(
// strip the absolute path again,
// so mirroring should not be
// impaired.
filtered = cb.processURI(uriold, subMimetype,
schemeHostAndPort, true);
filtered = cb.processURI(uriold, subMimetype, schemeHostAndPort, true);
// allow transparent pass through
// for all but the largest files,
// but not for external
Expand Down

0 comments on commit 57ca695

Please sign in to comment.