Run prettier through everything.

This commit is contained in:
muzam1l
2022-08-17 11:50:49 +05:30
parent 9923dd9390
commit 6418094b0f
110 changed files with 5458 additions and 5951 deletions

View File

@@ -5,10 +5,7 @@
"schema": {
"anyOf": [
{
"type": [
"number",
"string"
],
"type": ["number", "string"],
"exclusiveMinimum": 0,
"maximum": "100000000000000000"
},
@@ -19,10 +16,7 @@
"description": "Arbitrary currency code for the token. Cannot be XRP."
},
"value": {
"type": [
"string",
"number"
],
"type": ["string", "number"],
"description": "Quoted decimal representation of the amount of the token."
},
"issuer": {
@@ -47,4 +41,4 @@
}
]
}
}
}