If an external linter (like clang-format-lint) provides autofix suggestions, they are shown as diffs in the command line arc lint tool, but are only shown as a message, with no autofix diff, in the Differential web view.
For things like suggested reformattings, this is quite unhelpful, because the reviewer can’t see what the suggested reformatting was, and whether the patch submitter was right to ignore it.
Let me know if more information is needed.