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: check-json
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
exclude: 'securetls*'
- id: check-merge-conflict - id: check-merge-conflict
- id: check-added-large-files - id: check-added-large-files
- id: check-byte-order-marker - id: check-byte-order-marker