Copilot commented on code in PR #1050:
URL:
https://github.com/apache/incubator-seata-website/pull/1050#discussion_r2609094664
##########
docusaurus.config.js:
##########
@@ -118,6 +119,8 @@ const config = {
}
}
]
+
+ */
Review Comment:
The closing comment delimiter has inconsistent indentation. It should align
with the opening comment at column 4 (no leading spaces before the asterisks),
not have extra leading whitespace.
```suggestion
*/
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]