1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-09-23 12:58:24 -07:00
parent dc1fd3ef1b
commit abd20dfe36
4 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@ Unsuccessfully parsed line with `-qq` option:
{
"_meta": {
"success": false,
"error": "error parsing line",
"error": "error message",
"line": "original line data"
}
}

View File

@ -519,7 +519,7 @@ Unsuccessfully parsed line with \fB-qq\fP option:
"success": false,
"error": "error parsing line",
"error": "error message",
"line": "original line data"

View File

@ -134,7 +134,7 @@ Unsuccessfully parsed line with \fB-qq\fP option:
"success": false,
"error": "error parsing line",
"error": "error message",
"line": "original line data"

View File

@ -171,7 +171,7 @@ Unsuccessfully parsed line with `-qq` option:
{
"_meta": {
"success": false,
"error": "error parsing line",
"error": "error message",
"line": "original line data"
}
}