use clang-format

Signed-off-by: cullvox <cullvox@outlook.com
This commit is contained in:
cullvox
2023-09-13 14:28:56 -04:00
parent e1dda6c005
commit ee7016fa54
5 changed files with 78 additions and 73 deletions

View File

@@ -1,12 +1,12 @@
{
"description": [
{
"text": "Hello, Component!",
"clickEvent": {
"open_url": true,
"value": "https://google.com"
}
}
],
"expected_output": "<a href=\"https://google.com\">Hello, Component!</a>"
"description": [
{
"text": "Hello, Component!",
"clickEvent": {
"open_url": true,
"value": "https://google.com"
}
}
],
"expected_output": "<a href=\"https://google.com\">Hello, Component!</a>"
}