style: space after if
This commit is contained in:
parent
3ec76fb7e0
commit
595f37bf10
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ $.extend(frappe, {
|
|||
}
|
||||
|
||||
$.each(opts.args, function(key, val) {
|
||||
if(typeof val != "string" || val !== null) {
|
||||
if (typeof val != "string" || val !== null) {
|
||||
opts.args[key] = JSON.stringify(val);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue