zwoop commented on code in PR #13147:
URL: https://github.com/apache/trafficserver/pull/13147#discussion_r3242478842


##########
tools/hrw4u/src/errors.py:
##########


Review Comment:
   Will this put in "       |" in the JSON or any non text /human output ? Like 
the JSON would likely be something like
   
   ```
   "notes":["     | Did you mean: ...
   ```
   
   whereas I think you'd want
   
   ```
   "notes":["Did you mean: ...
   ```
   
   Feels like each formatter would do this type of decoration (or not). Not 
sure how you'd fix this, and if you are ok (or this is intended), just leave it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to