Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdingwell committed Oct 11, 2024
1 parent 4566a61 commit 1a70d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser/cql4browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6861,7 +6861,7 @@ class FunctionRef extends expression_1.Expression {
if (fDefs.length === 0) {
throw new Error('no function with matching signature could be found');
}
// Moved context creation below the functionDef checks because it's not needed if
// Moved context creation below the functionDef checks because it's not needed if
// there are no matching function defs
let child_ctx;
if (this.library) {
Expand Down

0 comments on commit 1a70d05

Please sign in to comment.