mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 03:43:51 +08:00
feat: space between infix op
This commit is contained in:
@ -76,7 +76,7 @@ export function renderMessageLarge(ths, msg) {
|
||||
}
|
||||
|
||||
function getRefinedValue(value) {
|
||||
return (value === null)? "" : value;
|
||||
return (value === null) ? "" : value;
|
||||
}
|
||||
|
||||
export function getCasParameters(params) {
|
||||
|
Reference in New Issue
Block a user