Skip to content

Commit

Permalink
Remove whitespace at the end of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Feb 15, 2025
1 parent cb4221e commit 235909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/node/PeerNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ public double averagePingTime() {
/** Calculated as per RFC 2988 */
@Override
public synchronized double averagePingTimeCorrected() {
return RTO;
return RTO;
}

@Override
Expand Down

0 comments on commit 235909d

Please sign in to comment.