From ff22176ad3ca6d17523efbf1eedb62ab2160544d Mon Sep 17 00:00:00 2001 From: Otto Hollmann Date: Fri, 5 May 2023 10:26:55 +0200 Subject: [PATCH] Fix indentation --- test/parallel/test-tls-min-max-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-tls-min-max-version.js b/test/parallel/test-tls-min-max-version.js index 7bedc51940e22e6..687e01e7eeaf1a6 100644 --- a/test/parallel/test-tls-min-max-version.js +++ b/test/parallel/test-tls-min-max-version.js @@ -23,7 +23,7 @@ function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) { ciphers = 'ALL@SECLEVEL=0'; } if (common.hasOpenSSL3 && cerr === 'ERR_SSL_TLSV1_ALERT_PROTOCOL_VERSION') { - ciphers = 'DEFAULT@SECLEVEL=0'; + ciphers = 'DEFAULT@SECLEVEL=0'; } // Report where test was called from. Strip leading garbage from // at Object. (file:line)