Skip to content

Commit 413bd55

Browse files
committed
Format code
1 parent 5be6dec commit 413bd55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/core.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,8 @@ function getMethods(typename, obj) {
15791579
if ((typename.indexOf(clTF1) === 0) || (typename === clTF2)) {
15801580
m.addFormula = function(obj) {
15811581
if (!obj) return;
1582-
if (this.formulas === undefined) this.formulas = [];
1582+
if (this.formulas === undefined)
1583+
this.formulas = [];
15831584
this.formulas.push(obj);
15841585
};
15851586
m.GetParName = function(n) {

0 commit comments

Comments
 (0)