Change whitespace in nmap tests

The git commit hook seemed to have trimmed some whitespace
that was necessary for the formatting

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford 2022-03-23 09:33:55 -07:00 committed by Monis Khan
parent 0a0fb7ede5
commit c50c4ae85b
No known key found for this signature in database
GPG Key ID: 52C90ADA01B269B8
3 changed files with 9 additions and 8 deletions

View File

@ -11,6 +11,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: 'securetls*'
- id: check-merge-conflict
- id: check-added-large-files
- id: check-byte-order-marker

View File

@ -245,10 +245,10 @@ Nmap done: 1 IP address (1 host up) scanned in`
// the "cipher preference: client" bit a bug in nmap.
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
tls12Base = `
| TLSv1.2:
| ciphers:
| TLSv1.2:
| ciphers:
%s
| compressors:
| compressors:
| NULL
| cipher preference: server`

View File

@ -238,16 +238,16 @@ Nmap done: 1 IP address (1 host up) scanned in`
// the "cipher preference: client" bit a bug in nmap.
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
tls12Base = `
| TLSv1.2:
| ciphers:
| TLSv1.2:
| ciphers:
%s
| compressors:
| compressors:
| NULL
| cipher preference: client`
tls13Base = `
| TLSv1.3:
| ciphers:
| TLSv1.3:
| ciphers:
%s
| cipher preference: server`