Skip to content

Commit cdf5cf7

Browse files
committed
remove + @ beginning of line
1 parent ef13122 commit cdf5cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/12_diff_opensslversions.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
6363
$cat_csvfile =~ s/.nonce-.* //g;
6464
$cat_csvfile2 =~ s/.nonce-.* //g;
6565

66-
+# Fix IP addresses. needed when we don't hit the same IP address. We just remove them
66+
# Fix IP addresses. Needed when we don't hit the same IP address. We just remove them
6767
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/;
6868
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/;
6969

0 commit comments

Comments
 (0)