Skip to content

Commit a7f3f23

Browse files
committed
fix spacing on nmap api guide
1 parent f990a9a commit a7f3f23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/api/Using_with_nmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ This is the shape of the expected payload.
2525

2626
```
2727
{
28-
"nmap_output": {
29-
"hosts": [
30-
{
28+
"nmap_output": {
29+
"hosts": [
30+
{
3131
"ip_address" : "32.199.2.33",
32-
"ptr_record": "abc-32-199-2-33.cloudfront.net",
32+
"ptr_record": "abc-32-199-2-33.cloudfront.net",
3333
"ports": [
3434
{
3535
"port": 22,

0 commit comments

Comments
 (0)