feat: space between infix op

This commit is contained in:
qianxi0410
2022-08-06 23:43:09 +08:00
parent 77565712e0
commit 6aaba6debd
18 changed files with 27 additions and 25 deletions

View File

@ -76,7 +76,7 @@ export function renderMessageLarge(ths, msg) {
}
function getRefinedValue(value) {
return (value === null)? "" : value;
return (value === null) ? "" : value;
}
export function getCasParameters(params) {