Skip to content

Commit 6f88821

Browse files
committed
formatting
1 parent 908005a commit 6f88821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cql.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ CQLBoolean.prototype = {
184184
(this.modifiers.length > 0 ? '/' + this.modifiers.join('/') : '') +
185185
' ' + (this.right.op ? '(' + this.right + ')' : this.right);;
186186
},
187+
187188
toXCQL: function (n, c) {
188189
var s = indent(n, c) + "<triple>\n";
189190
s = s + indent(n + 1, c) + "<boolean>\n" +

0 commit comments

Comments
 (0)