Skip to content

Commit ff22176

Browse files
committed
Fix indentation
1 parent 7366519 commit ff22176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-min-max-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) {
2323
ciphers = 'ALL@SECLEVEL=0';
2424
}
2525
if (common.hasOpenSSL3 && cerr === 'ERR_SSL_TLSV1_ALERT_PROTOCOL_VERSION') {
26-
ciphers = 'DEFAULT@SECLEVEL=0';
26+
ciphers = 'DEFAULT@SECLEVEL=0';
2727
}
2828
// Report where test was called from. Strip leading garbage from
2929
// at Object.<anonymous> (file:line)

0 commit comments

Comments
 (0)